Shades of White Ice #CDFFE5
Tints of White Ice #CDFFE5
RGB
CMYK
RGB Variations
Color information
#CDFFE5 (or 0xCDFFE5) is known color: White Ice. HEX triplet: CD, FF and E5. RGB value is (205,255,229). Sum of RGB (Red+Green+Blue) = 205+255+229=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFE5 is #32001A. Grayscale: #EDEDED. Windows color (decimal): -3276827 or 15073229. OLE color: 15073229.
HSL color Cylindrical-coordinate representation of color #CDFFE5: hue angle of 148.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFE5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 229 | - |
| CMYK | 0.20 | 0 | 0.10 | 0 |
| HSL | 148.8º | 1% | 0.9% | - |
| HSV(B) | 148.8º | 0.2% | 1% | - |
| XYZ | 75.08 | 90.16 | 87.57 | - |
| YUV | 237.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 229 | 0.20 | 0 | 0.10 | 0 | 148.8 | 1 | 0.9 |
| Hex | CD | FF | E5 | 14 | 0 | A | 0 | 95 | 64 | 5A |
| Octal | 315 | 377 | 345 | 24 | 0 | 12 | 0 | 225 | 144 | 132 |
| Binary | 11001101 | 11111111 | 11100101 | 10100 | 0 | 1010 | 0 | 10010101 | 1100100 | 1011010 |
Color Harmonies of #CDFFE5
Complementary color
Monochromatic Colors of #CDFFE5
Black with #CDFFE5
Text Example
Text Example
White with #CDFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFE5; }
p { color: rgb(205,255,229); }
H1.HeaderClassName
{
color: #CDFFE5;
}
.AnyTagClassName
{
color: #CDFFE5;
}
</style>
background-color css
<style>
a { background-color: #CDFFE5; }
a { background-color: rgb(205,255,229); }
div.DivClassName
{
background-color: #CDFFE5;
}
.BgClassName
{
background-color: #CDFFE5;
}
</style>
border-color css
<style>
span { border-color: #CDFFE5; }
span { border-color: rgb(205,255,229); }
td.TdClassName
{
border-color: #CDFFE5;
}
.TagClassName
{
border-color: #CDFFE5;
}
</style>