Shades of White Ice #D1ECDF
Tints of White Ice #D1ECDF
RGB
CMYK
RGB Variations
Color information
#D1ECDF (or 0xD1ECDF) is known color: White Ice. HEX triplet: D1, EC and DF. RGB value is (209,236,223). Sum of RGB (Red+Green+Blue) = 209+236+223=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1ECDF is #2E1320. Grayscale: #E2E2E2. Windows color (decimal): -3019553 or 14675153. OLE color: 14675153.
HSL color Cylindrical-coordinate representation of color #D1ECDF: hue angle of 151.11º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1ECDF is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 236 | 223 | - |
CMYK | 0.11 | 0 | 0.06 | 0.07 |
HSL | 151.11º | 0.42% | 0.87% | - |
HSV(B) | 151.11º | 0.11% | 0.93% | - |
XYZ | 69.61 | 78.87 | 81.37 | - |
YUV | 226.45 | 126.05 | 115.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 236 | 223 | 0.11 | 0 | 0.06 | 0.07 | 151.11 | 0.42 | 0.87 |
Hex | D1 | EC | DF | B | 0 | 6 | 7 | 97 | 2A | 57 |
Octal | 321 | 354 | 337 | 13 | 0 | 6 | 7 | 227 | 52 | 127 |
Binary | 11010001 | 11101100 | 11011111 | 1011 | 0 | 110 | 111 | 10010111 | 101010 | 1010111 |
Color Harmonies of #D1ECDF
Complementary color
Monochromatic Colors of #D1ECDF
Black with #D1ECDF
Text Example
Text Example
White with #D1ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ECDF; }
p { color: rgb(209,236,223); }
H1.HeaderClassName
{
color: #D1ECDF;
}
.AnyTagClassName
{
color: #D1ECDF;
}
</style>
background-color css
<style>
a { background-color: #D1ECDF; }
a { background-color: rgb(209,236,223); }
div.DivClassName
{
background-color: #D1ECDF;
}
.BgClassName
{
background-color: #D1ECDF;
}
</style>
border-color css
<style>
span { border-color: #D1ECDF; }
span { border-color: rgb(209,236,223); }
td.TdClassName
{
border-color: #D1ECDF;
}
.TagClassName
{
border-color: #D1ECDF;
}
</style>