Shades of White Ice #D5FCEC
Tints of White Ice #D5FCEC
RGB
CMYK
RGB Variations
Color information
#D5FCEC (or 0xD5FCEC) is known color: White Ice. HEX triplet: D5, FC and EC. RGB value is (213,252,236). Sum of RGB (Red+Green+Blue) = 213+252+236=701 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.39% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FCEC is #2A0313. Grayscale: #EEEEEE. Windows color (decimal): -2753300 or 15531221. OLE color: 15531221.
HSL color Cylindrical-coordinate representation of color #D5FCEC: hue angle of 155.38º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FCEC is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 252 | 236 | - |
CMYK | 0.15 | 0 | 0.06 | 0.01 |
HSL | 155.38º | 0.87% | 0.91% | - |
HSV(B) | 155.38º | 0.15% | 0.99% | - |
XYZ | 77.39 | 89.82 | 92.62 | - |
YUV | 238.52 | 126.58 | 109.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 252 | 236 | 0.15 | 0 | 0.06 | 0.01 | 155.38 | 0.87 | 0.91 |
Hex | D5 | FC | EC | F | 0 | 6 | 1 | 9B | 57 | 5B |
Octal | 325 | 374 | 354 | 17 | 0 | 6 | 1 | 233 | 127 | 133 |
Binary | 11010101 | 11111100 | 11101100 | 1111 | 0 | 110 | 1 | 10011011 | 1010111 | 1011011 |
Color Harmonies of #D5FCEC
Complementary color
Monochromatic Colors of #D5FCEC
Black with #D5FCEC
Text Example
Text Example
White with #D5FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCEC; }
p { color: rgb(213,252,236); }
H1.HeaderClassName
{
color: #D5FCEC;
}
.AnyTagClassName
{
color: #D5FCEC;
}
</style>
background-color css
<style>
a { background-color: #D5FCEC; }
a { background-color: rgb(213,252,236); }
div.DivClassName
{
background-color: #D5FCEC;
}
.BgClassName
{
background-color: #D5FCEC;
}
</style>
border-color css
<style>
span { border-color: #D5FCEC; }
span { border-color: rgb(213,252,236); }
td.TdClassName
{
border-color: #D5FCEC;
}
.TagClassName
{
border-color: #D5FCEC;
}
</style>