Shades of White Ice #CDECDC
Tints of White Ice #CDECDC
RGB
CMYK
RGB Variations
Color information
#CDECDC (or 0xCDECDC) is known color: White Ice. HEX triplet: CD, EC and DC. RGB value is (205,236,220). Sum of RGB (Red+Green+Blue) = 205+236+220=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECDC is #321323. Grayscale: #E0E0E0. Windows color (decimal): -3281700 or 14478541. OLE color: 14478541.
HSL color Cylindrical-coordinate representation of color #CDECDC: hue angle of 149.03º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDECDC is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 220 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.07 |
| HSL | 149.03º | 0.45% | 0.86% | - |
| HSV(B) | 149.03º | 0.13% | 0.93% | - |
| XYZ | 68.09 | 78.14 | 79.2 | - |
| YUV | 224.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 220 | 0.13 | 0 | 0.07 | 0.07 | 149.03 | 0.45 | 0.86 |
| Hex | CD | EC | DC | D | 0 | 7 | 7 | 95 | 2D | 56 |
| Octal | 315 | 354 | 334 | 15 | 0 | 7 | 7 | 225 | 55 | 126 |
| Binary | 11001101 | 11101100 | 11011100 | 1101 | 0 | 111 | 111 | 10010101 | 101101 | 1010110 |
Color Harmonies of #CDECDC
Complementary color
Monochromatic Colors of #CDECDC
Black with #CDECDC
Text Example
Text Example
White with #CDECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECDC; }
p { color: rgb(205,236,220); }
H1.HeaderClassName
{
color: #CDECDC;
}
.AnyTagClassName
{
color: #CDECDC;
}
</style>
background-color css
<style>
a { background-color: #CDECDC; }
a { background-color: rgb(205,236,220); }
div.DivClassName
{
background-color: #CDECDC;
}
.BgClassName
{
background-color: #CDECDC;
}
</style>
border-color css
<style>
span { border-color: #CDECDC; }
span { border-color: rgb(205,236,220); }
td.TdClassName
{
border-color: #CDECDC;
}
.TagClassName
{
border-color: #CDECDC;
}
</style>