Shades of White Ice #CDF3E0
Tints of White Ice #CDF3E0
RGB
CMYK
RGB Variations
Color information
#CDF3E0 (or 0xCDF3E0) is known color: White Ice. HEX triplet: CD, F3 and E0. RGB value is (205,243,224). Sum of RGB (Red+Green+Blue) = 205+243+224=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3E0 is #320C1F. Grayscale: #E5E5E5. Windows color (decimal): -3279904 or 14742477. OLE color: 14742477.
HSL color Cylindrical-coordinate representation of color #CDF3E0: hue angle of 150º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF3E0 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 224 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.05 |
| HSL | 150º | 0.61% | 0.88% | - |
| HSV(B) | 150º | 0.16% | 0.95% | - |
| XYZ | 70.68 | 82.46 | 82.71 | - |
| YUV | 229.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 224 | 0.16 | 0 | 0.08 | 0.05 | 150 | 0.61 | 0.88 |
| Hex | CD | F3 | E0 | 10 | 0 | 8 | 5 | 96 | 3D | 58 |
| Octal | 315 | 363 | 340 | 20 | 0 | 10 | 5 | 226 | 75 | 130 |
| Binary | 11001101 | 11110011 | 11100000 | 10000 | 0 | 1000 | 101 | 10010110 | 111101 | 1011000 |
Color Harmonies of #CDF3E0
Complementary color
Monochromatic Colors of #CDF3E0
Black with #CDF3E0
Text Example
Text Example
White with #CDF3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3E0; }
p { color: rgb(205,243,224); }
H1.HeaderClassName
{
color: #CDF3E0;
}
.AnyTagClassName
{
color: #CDF3E0;
}
</style>
background-color css
<style>
a { background-color: #CDF3E0; }
a { background-color: rgb(205,243,224); }
div.DivClassName
{
background-color: #CDF3E0;
}
.BgClassName
{
background-color: #CDF3E0;
}
</style>
border-color css
<style>
span { border-color: #CDF3E0; }
span { border-color: rgb(205,243,224); }
td.TdClassName
{
border-color: #CDF3E0;
}
.TagClassName
{
border-color: #CDF3E0;
}
</style>