Shades of White Ice #CDFDE1
Tints of White Ice #CDFDE1
RGB
CMYK
RGB Variations
Color information
#CDFDE1 (or 0xCDFDE1) is known color: White Ice. HEX triplet: CD, FD and E1. RGB value is (205,253,225). Sum of RGB (Red+Green+Blue) = 205+253+225=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDE1 is #32021E. Grayscale: #EBEBEB. Windows color (decimal): -3277343 or 14810573. OLE color: 14810573.
HSL color Cylindrical-coordinate representation of color #CDFDE1: hue angle of 145º 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 #CDFDE1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 225 | - |
CMYK | 0.19 | 0 | 0.11 | 0.01 |
HSL | 145º | 0.92% | 0.9% | - |
HSV(B) | 145º | 0.19% | 0.99% | - |
XYZ | 73.89 | 88.67 | 84.45 | - |
YUV | 235.46 | 122.1 | 106.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 225 | 0.19 | 0 | 0.11 | 0.01 | 145 | 0.92 | 0.9 |
Hex | CD | FD | E1 | 13 | 0 | B | 1 | 91 | 5C | 5A |
Octal | 315 | 375 | 341 | 23 | 0 | 13 | 1 | 221 | 134 | 132 |
Binary | 11001101 | 11111101 | 11100001 | 10011 | 0 | 1011 | 1 | 10010001 | 1011100 | 1011010 |
Color Harmonies of #CDFDE1
Complementary color
Monochromatic Colors of #CDFDE1
Black with #CDFDE1
Text Example
Text Example
White with #CDFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDE1; }
p { color: rgb(205,253,225); }
H1.HeaderClassName
{
color: #CDFDE1;
}
.AnyTagClassName
{
color: #CDFDE1;
}
</style>
background-color css
<style>
a { background-color: #CDFDE1; }
a { background-color: rgb(205,253,225); }
div.DivClassName
{
background-color: #CDFDE1;
}
.BgClassName
{
background-color: #CDFDE1;
}
</style>
border-color css
<style>
span { border-color: #CDFDE1; }
span { border-color: rgb(205,253,225); }
td.TdClassName
{
border-color: #CDFDE1;
}
.TagClassName
{
border-color: #CDFDE1;
}
</style>