Shades of White Ice #CDFDE0
Tints of White Ice #CDFDE0
RGB
CMYK
RGB Variations
Color information
#CDFDE0 (or 0xCDFDE0) is known color: White Ice. HEX triplet: CD, FD and E0. RGB value is (205,253,224). Sum of RGB (Red+Green+Blue) = 205+253+224=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDE0 is #32021F. Grayscale: #EBEBEB. Windows color (decimal): -3277344 or 14745037. OLE color: 14745037.
HSL color Cylindrical-coordinate representation of color #CDFDE0: hue angle of 143.75º degrees, saturation: 0.92, 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 #CDFDE0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 224 | - |
CMYK | 0.19 | 0 | 0.11 | 0.01 |
HSL | 143.75º | 0.92% | 0.9% | - |
HSV(B) | 143.75º | 0.19% | 0.99% | - |
XYZ | 73.76 | 88.61 | 83.74 | - |
YUV | 235.34 | 121.6 | 106.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 224 | 0.19 | 0 | 0.11 | 0.01 | 143.75 | 0.92 | 0.9 |
Hex | CD | FD | E0 | 13 | 0 | B | 1 | 90 | 5C | 5A |
Octal | 315 | 375 | 340 | 23 | 0 | 13 | 1 | 220 | 134 | 132 |
Binary | 11001101 | 11111101 | 11100000 | 10011 | 0 | 1011 | 1 | 10010000 | 1011100 | 1011010 |
Color Harmonies of #CDFDE0
Complementary color
Monochromatic Colors of #CDFDE0
Black with #CDFDE0
Text Example
Text Example
White with #CDFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDE0; }
p { color: rgb(205,253,224); }
H1.HeaderClassName
{
color: #CDFDE0;
}
.AnyTagClassName
{
color: #CDFDE0;
}
</style>
background-color css
<style>
a { background-color: #CDFDE0; }
a { background-color: rgb(205,253,224); }
div.DivClassName
{
background-color: #CDFDE0;
}
.BgClassName
{
background-color: #CDFDE0;
}
</style>
border-color css
<style>
span { border-color: #CDFDE0; }
span { border-color: rgb(205,253,224); }
td.TdClassName
{
border-color: #CDFDE0;
}
.TagClassName
{
border-color: #CDFDE0;
}
</style>