Shades of White Ice #CDFFE1
Tints of White Ice #CDFFE1
RGB
CMYK
RGB Variations
Color information
#CDFFE1 (or 0xCDFFE1) is known color: White Ice. HEX triplet: CD, FF and E1. RGB value is (205,255,225). Sum of RGB (Red+Green+Blue) = 205+255+225=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFE1 is #32001E. Grayscale: #ECECEC. Windows color (decimal): -3276831 or 14811085. OLE color: 14811085.
HSL color Cylindrical-coordinate representation of color #CDFFE1: hue angle of 144º 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 #CDFFE1 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 225 | - |
| CMYK | 0.20 | 0 | 0.12 | 0 |
| HSL | 144º | 1% | 0.9% | - |
| HSV(B) | 144º | 0.2% | 1% | - |
| XYZ | 74.53 | 89.94 | 84.67 | - |
| YUV | 236.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 225 | 0.20 | 0 | 0.12 | 0 | 144 | 1 | 0.9 |
| Hex | CD | FF | E1 | 14 | 0 | C | 0 | 90 | 64 | 5A |
| Octal | 315 | 377 | 341 | 24 | 0 | 14 | 0 | 220 | 144 | 132 |
| Binary | 11001101 | 11111111 | 11100001 | 10100 | 0 | 1100 | 0 | 10010000 | 1100100 | 1011010 |
Color Harmonies of #CDFFE1
Complementary color
Monochromatic Colors of #CDFFE1
Black with #CDFFE1
Text Example
Text Example
White with #CDFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFE1; }
p { color: rgb(205,255,225); }
H1.HeaderClassName
{
color: #CDFFE1;
}
.AnyTagClassName
{
color: #CDFFE1;
}
</style>
background-color css
<style>
a { background-color: #CDFFE1; }
a { background-color: rgb(205,255,225); }
div.DivClassName
{
background-color: #CDFFE1;
}
.BgClassName
{
background-color: #CDFFE1;
}
</style>
border-color css
<style>
span { border-color: #CDFFE1; }
span { border-color: rgb(205,255,225); }
td.TdClassName
{
border-color: #CDFFE1;
}
.TagClassName
{
border-color: #CDFFE1;
}
</style>