Shades of White Ice #CDFDE2
Tints of White Ice #CDFDE2
RGB
CMYK
RGB Variations
Color information
#CDFDE2 (or 0xCDFDE2) is known color: White Ice. HEX triplet: CD, FD and E2. RGB value is (205,253,226). Sum of RGB (Red+Green+Blue) = 205+253+226=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDE2 is #32021D. Grayscale: #EBEBEB. Windows color (decimal): -3277342 or 14876109. OLE color: 14876109.
HSL color Cylindrical-coordinate representation of color #CDFDE2: hue angle of 146.25º 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 #CDFDE2 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 226 | - |
CMYK | 0.19 | 0 | 0.11 | 0.01 |
HSL | 146.25º | 0.92% | 0.9% | - |
HSV(B) | 146.25º | 0.19% | 0.99% | - |
XYZ | 74.03 | 88.72 | 85.17 | - |
YUV | 235.57 | 122.6 | 106.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 226 | 0.19 | 0 | 0.11 | 0.01 | 146.25 | 0.92 | 0.9 |
Hex | CD | FD | E2 | 13 | 0 | B | 1 | 92 | 5C | 5A |
Octal | 315 | 375 | 342 | 23 | 0 | 13 | 1 | 222 | 134 | 132 |
Binary | 11001101 | 11111101 | 11100010 | 10011 | 0 | 1011 | 1 | 10010010 | 1011100 | 1011010 |
Color Harmonies of #CDFDE2
Complementary color
Monochromatic Colors of #CDFDE2
Black with #CDFDE2
Text Example
Text Example
White with #CDFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDE2; }
p { color: rgb(205,253,226); }
H1.HeaderClassName
{
color: #CDFDE2;
}
.AnyTagClassName
{
color: #CDFDE2;
}
</style>
background-color css
<style>
a { background-color: #CDFDE2; }
a { background-color: rgb(205,253,226); }
div.DivClassName
{
background-color: #CDFDE2;
}
.BgClassName
{
background-color: #CDFDE2;
}
</style>
border-color css
<style>
span { border-color: #CDFDE2; }
span { border-color: rgb(205,253,226); }
td.TdClassName
{
border-color: #CDFDE2;
}
.TagClassName
{
border-color: #CDFDE2;
}
</style>