Shades of White Ice #CDF3DF
Tints of White Ice #CDF3DF
RGB
CMYK
RGB Variations
Color information
#CDF3DF (or 0xCDF3DF) is known color: White Ice. HEX triplet: CD, F3 and DF. RGB value is (205,243,223). Sum of RGB (Red+Green+Blue) = 205+243+223=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3DF is #320C20. Grayscale: #E5E5E5. Windows color (decimal): -3279905 or 14676941. OLE color: 14676941.
HSL color Cylindrical-coordinate representation of color #CDF3DF: hue angle of 148.42º 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 #CDF3DF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 223 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.05 |
| HSL | 148.42º | 0.61% | 0.88% | - |
| HSV(B) | 148.42º | 0.16% | 0.95% | - |
| XYZ | 70.55 | 82.41 | 82 | - |
| YUV | 229.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 223 | 0.16 | 0 | 0.08 | 0.05 | 148.42 | 0.61 | 0.88 |
| Hex | CD | F3 | DF | 10 | 0 | 8 | 5 | 94 | 3D | 58 |
| Octal | 315 | 363 | 337 | 20 | 0 | 10 | 5 | 224 | 75 | 130 |
| Binary | 11001101 | 11110011 | 11011111 | 10000 | 0 | 1000 | 101 | 10010100 | 111101 | 1011000 |
Color Harmonies of #CDF3DF
Complementary color
Monochromatic Colors of #CDF3DF
Black with #CDF3DF
Text Example
Text Example
White with #CDF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3DF; }
p { color: rgb(205,243,223); }
H1.HeaderClassName
{
color: #CDF3DF;
}
.AnyTagClassName
{
color: #CDF3DF;
}
</style>
background-color css
<style>
a { background-color: #CDF3DF; }
a { background-color: rgb(205,243,223); }
div.DivClassName
{
background-color: #CDF3DF;
}
.BgClassName
{
background-color: #CDF3DF;
}
</style>
border-color css
<style>
span { border-color: #CDF3DF; }
span { border-color: rgb(205,243,223); }
td.TdClassName
{
border-color: #CDF3DF;
}
.TagClassName
{
border-color: #CDF3DF;
}
</style>