Shades of White Ice #CDFCE4
Tints of White Ice #CDFCE4
RGB
CMYK
RGB Variations
Color information
#CDFCE4 (or 0xCDFCE4) is known color: White Ice. HEX triplet: CD, FC and E4. RGB value is (205,252,228). Sum of RGB (Red+Green+Blue) = 205+252+228=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCE4 is #32031B. Grayscale: #EBEBEB. Windows color (decimal): -3277596 or 15006925. OLE color: 15006925.
HSL color Cylindrical-coordinate representation of color #CDFCE4: hue angle of 149.36º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFCE4 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 228 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.01 |
| HSL | 149.36º | 0.89% | 0.9% | - |
| HSV(B) | 149.36º | 0.19% | 0.99% | - |
| XYZ | 73.99 | 88.2 | 86.52 | - |
| YUV | 235.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 228 | 0.19 | 0 | 0.10 | 0.01 | 149.36 | 0.89 | 0.9 |
| Hex | CD | FC | E4 | 13 | 0 | A | 1 | 95 | 59 | 5A |
| Octal | 315 | 374 | 344 | 23 | 0 | 12 | 1 | 225 | 131 | 132 |
| Binary | 11001101 | 11111100 | 11100100 | 10011 | 0 | 1010 | 1 | 10010101 | 1011001 | 1011010 |
Color Harmonies of #CDFCE4
Complementary color
Monochromatic Colors of #CDFCE4
Black with #CDFCE4
Text Example
Text Example
White with #CDFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCE4; }
p { color: rgb(205,252,228); }
H1.HeaderClassName
{
color: #CDFCE4;
}
.AnyTagClassName
{
color: #CDFCE4;
}
</style>
background-color css
<style>
a { background-color: #CDFCE4; }
a { background-color: rgb(205,252,228); }
div.DivClassName
{
background-color: #CDFCE4;
}
.BgClassName
{
background-color: #CDFCE4;
}
</style>
border-color css
<style>
span { border-color: #CDFCE4; }
span { border-color: rgb(205,252,228); }
td.TdClassName
{
border-color: #CDFCE4;
}
.TagClassName
{
border-color: #CDFCE4;
}
</style>