Shades of White Ice #D4FEED
Tints of White Ice #D4FEED
RGB
CMYK
RGB Variations
Color information
#D4FEED (or 0xD4FEED) is known color: White Ice. HEX triplet: D4, FE and ED. RGB value is (212,254,237). Sum of RGB (Red+Green+Blue) = 212+254+237=703 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.16% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FEED is #2B0112. Grayscale: #EFEFEF. Windows color (decimal): -2818323 or 15597268. OLE color: 15597268.
HSL color Cylindrical-coordinate representation of color #D4FEED: hue angle of 155.71º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4FEED is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 212 | 254 | 237 | - |
CMYK | 0.17 | 0 | 0.07 | 0.00 |
HSL | 155.71º | 0.95% | 0.91% | - |
HSV(B) | 155.71º | 0.17% | 1% | - |
XYZ | 77.88 | 91 | 93.58 | - |
YUV | 239.5 | 126.59 | 108.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 254 | 237 | 0.17 | 0 | 0.07 | 0.00 | 155.71 | 0.95 | 0.91 |
Hex | D4 | FE | ED | 11 | 0 | 7 | 0 | 9C | 5F | 5B |
Octal | 324 | 376 | 355 | 21 | 0 | 7 | 0 | 234 | 137 | 133 |
Binary | 11010100 | 11111110 | 11101101 | 10001 | 0 | 111 | 0 | 10011100 | 1011111 | 1011011 |
Color Harmonies of #D4FEED
Complementary color
Monochromatic Colors of #D4FEED
Black with #D4FEED
Text Example
Text Example
White with #D4FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FEED; }
p { color: rgb(212,254,237); }
H1.HeaderClassName
{
color: #D4FEED;
}
.AnyTagClassName
{
color: #D4FEED;
}
</style>
background-color css
<style>
a { background-color: #D4FEED; }
a { background-color: rgb(212,254,237); }
div.DivClassName
{
background-color: #D4FEED;
}
.BgClassName
{
background-color: #D4FEED;
}
</style>
border-color css
<style>
span { border-color: #D4FEED; }
span { border-color: rgb(212,254,237); }
td.TdClassName
{
border-color: #D4FEED;
}
.TagClassName
{
border-color: #D4FEED;
}
</style>