Color White white (#ffffff):
HEX, RGB color codes for HTML and CSS
The Comprehensive Guide to White white (#ffffff):
Its Meaning and Harmonious Color Matches in Design.
Hue Family:
whites
whites Family:
light-muted
Saturation:
almost gray
Tones:
light-toned
Shade:
light
Temperature:
neutral
Chromaticity:
grayscale
Chroma:
low chroma
Color Information about White / #ffffff
The HTML HEX code is #ffffff. The corresponding color name is "White". In RGB values (additive color space used for Digital Displays), this HEX code translates to Red (R): 255%, Green (G): 255%, Blue (B): 255%. In the CMYK color model (subtractive color model used in printing), it is represented by Cyan (C): 0%, Magenta (M): 0%, Yellow (Y):0%, Black (K): 0%. In the HSL color space, #ffffff has a hue of 0°, saturation of 0%, and lightness of 100%. The HSV representation is 0° for hue, 0% for saturation, and 100% for value.
In the CIE-LAB color space, the color is denoted by L* (lightness) = 100, a* (green to red) = 0, and b* (blue to yellow) = 0. The XYZ representation is X: 95, Y: 100, Z: 109. In the YUV color space, it translates to Y (luminance) = 1.0000, U (chrominance) = 0.0000, and V (chrominance) = 0.0000.
The decimal value of the color is 16777215. The closest Web-safe HEX code is #FFFFFF. Variations of the colour are #FFFFFF for a 20% lighter version and #CCCCCC for a 20% darker version.
For the color with hex value #ffffff, the correlated color temperature (CT) is estimated to be 6504 Kelvin (6504K).
The approximate wavelength of #ffffff is around 700.00nm.
VALUE | CSS | |
---|---|---|
HEX Code | ffffff | #ffffff |
RGB Decimal Code | 255, 255, 255 | rgb(255, 255, 255) |
CMYK | 0, 0, 0, 0 | / |
HSL | 0°, 0%, 100% | hsl(0°, 0%, 100%) |
HSV | 0°, 0%, 100% | / |
CIE-LAB | 100, 0, 0 | / |
XYZ | 95, 100, 109 | / |
YUV | 1.0000, 0.0000, 0.0000 | / |
Decimal value | 16777215 | / |
Web-Safe HEX | FFFFFF | #FFFFFF |
Color Temperature (CT) | 6504 Kelvin (6504K) | / |
Estimate Wavelength | around 700.00nm | / |
The Depth and Diversity of White (Hex: #ffffff): Exploring its Impact in Design and Culture
White, also known as #ffffff, is a pure and pristine color that bears a striking resemblance to several natural elements and common objects. It echoes the snowy peaks of majestic mountains, the glistening sand on serene beaches, and the delicate petals of blooming flowers. It can be compared to the softness of fluffy clouds, the freshness of untouched snow, and the serenity of a blank canvas waiting to be painted. The color white exemplifies purity, clarity, and simplicity, making it a timeless choice in design and a symbol of elegance and tranquility.
Download Stunning White Wallpapers and Backgrounds
Enhance your devices with our minimalistic yet captivating White Wallpapers, perfectly designed for 4K, 5K, iPhone, and Android screens. Experience a unique aesthetic that brings elegance to your digital life.
Experience Elegance with White 4K Wallpaper
Immerse yourself in the beauty of our White 4K Wallpaper, offering a resolution of 3840px by 2160px. Perfect for high-resolution displays, this wallpaper brings a touch of sophistication to your desktop.
Download White 4K WallpaperTints and Shades of #ffffff HEX color (White)
In color theory, tints and shades are essential for understanding the depth and luminosity of colors. A tint is achieved by adding white to a pure hue, lightening its appearance. Conversely, a shade results from blending black with a color, giving it a deeper tone. In the context of #ffffff, this color stands at the center between its tints and shades. While the tints get progressively lighter moving towards white (#ffffff), the shades deepen towards black (#000000).
- #ffffff
- #FFFFFF
- #FFFFFF
- #FFFFFF
- #ffffff
- #BFBFBF
- #808080
- #404040
- #000000
Tones of White (#ffffff HEX color)
A tone is produced by adding gray to any pure hue. In the case of #ffffff, #cccccc is the less saturated color, while #ffffff is the most saturated one.
- #cccccc
- #d9d9d9
- #e6e6e6
- #f2f2f2
- #ffffff
- #8f8f8f
- #929292
- #949494
- #979797
HTML Usage Examples
HTML using color code example
<p style="color: #ffffff;">This is a css example</p>
HTML / CSS Color Name using W3C
W3C HTML / CSS Color Name of #ffffff is white.
CSS color code example
p { color: #ffffff; }
Text with hexadecimal color #ffffff
This is a sample text with color #ffffff.
Background Color with #ffffff
This is a example with background color #ffffff.
Border Color with #ffffff
#ffffff Color Preview on White (#ffffff) Background
This is a example of text with color #ffffff on white background.
#ffffff Color Preview on Black (#000000) Background
This is a example of text with color #ffffff on black background.
CSS codes examples
.text {color:#ffffff;}
.background {background-color:#ffffff;}
.border {border:1px solid #ffffff;}