Shades of White Ice #DAFDED
Tints of White Ice #DAFDED
RGB
CMYK
RGB Variations
Color information
#DAFDED (or 0xDAFDED) is known color: White Ice. HEX triplet: DA, FD and ED. RGB value is (218,253,237). Sum of RGB (Red+Green+Blue) = 218+253+237=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDED is #250212. Grayscale: #F0F0F0. Windows color (decimal): -2425363 or 15597018. OLE color: 15597018.
HSL color Cylindrical-coordinate representation of color #DAFDED: hue angle of 152.57º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDED is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 237 | - |
CMYK | 0.14 | 0 | 0.06 | 0.01 |
HSL | 152.57º | 0.9% | 0.92% | - |
HSV(B) | 152.57º | 0.14% | 0.99% | - |
XYZ | 79.32 | 91.27 | 93.56 | - |
YUV | 240.71 | 125.9 | 111.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 237 | 0.14 | 0 | 0.06 | 0.01 | 152.57 | 0.9 | 0.92 |
Hex | DA | FD | ED | E | 0 | 6 | 1 | 99 | 5A | 5C |
Octal | 332 | 375 | 355 | 16 | 0 | 6 | 1 | 231 | 132 | 134 |
Binary | 11011010 | 11111101 | 11101101 | 1110 | 0 | 110 | 1 | 10011001 | 1011010 | 1011100 |
Color Harmonies of #DAFDED
Complementary color
Monochromatic Colors of #DAFDED
Black with #DAFDED
Text Example
Text Example
White with #DAFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDED; }
p { color: rgb(218,253,237); }
H1.HeaderClassName
{
color: #DAFDED;
}
.AnyTagClassName
{
color: #DAFDED;
}
</style>
background-color css
<style>
a { background-color: #DAFDED; }
a { background-color: rgb(218,253,237); }
div.DivClassName
{
background-color: #DAFDED;
}
.BgClassName
{
background-color: #DAFDED;
}
</style>
border-color css
<style>
span { border-color: #DAFDED; }
span { border-color: rgb(218,253,237); }
td.TdClassName
{
border-color: #DAFDED;
}
.TagClassName
{
border-color: #DAFDED;
}
</style>