Shades of White Ice #D4FFED
Tints of White Ice #D4FFED
RGB
CMYK
RGB Variations
Color information
#D4FFED (or 0xD4FFED) is known color: White Ice. HEX triplet: D4, FF and ED. RGB value is (212,255,237). Sum of RGB (Red+Green+Blue) = 212+255+237=704 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.11% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FFED is #2B0012. Grayscale: #F0F0F0. Windows color (decimal): -2818067 or 15597524. OLE color: 15597524.
HSL color Cylindrical-coordinate representation of color #D4FFED: hue angle of 154.88º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4FFED is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 212 | 255 | 237 | - |
CMYK | 0.17 | 0 | 0.07 | 0 |
HSL | 154.88º | 1% | 0.92% | - |
HSV(B) | 154.88º | 0.17% | 1% | - |
XYZ | 78.2 | 91.63 | 93.69 | - |
YUV | 240.09 | 126.25 | 107.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 255 | 237 | 0.17 | 0 | 0.07 | 0 | 154.88 | 1 | 0.92 |
Hex | D4 | FF | ED | 11 | 0 | 7 | 0 | 9B | 64 | 5C |
Octal | 324 | 377 | 355 | 21 | 0 | 7 | 0 | 233 | 144 | 134 |
Binary | 11010100 | 11111111 | 11101101 | 10001 | 0 | 111 | 0 | 10011011 | 1100100 | 1011100 |
Color Harmonies of #D4FFED
Complementary color
Monochromatic Colors of #D4FFED
Black with #D4FFED
Text Example
Text Example
White with #D4FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FFED; }
p { color: rgb(212,255,237); }
H1.HeaderClassName
{
color: #D4FFED;
}
.AnyTagClassName
{
color: #D4FFED;
}
</style>
background-color css
<style>
a { background-color: #D4FFED; }
a { background-color: rgb(212,255,237); }
div.DivClassName
{
background-color: #D4FFED;
}
.BgClassName
{
background-color: #D4FFED;
}
</style>
border-color css
<style>
span { border-color: #D4FFED; }
span { border-color: rgb(212,255,237); }
td.TdClassName
{
border-color: #D4FFED;
}
.TagClassName
{
border-color: #D4FFED;
}
</style>