Shades of White Ice #CDF3DC
Tints of White Ice #CDF3DC
RGB
CMYK
RGB Variations
Color information
#CDF3DC (or 0xCDF3DC) is known color: White Ice. HEX triplet: CD, F3 and DC. RGB value is (205,243,220). Sum of RGB (Red+Green+Blue) = 205+243+220=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3DC is #320C23. Grayscale: #E5E5E5. Windows color (decimal): -3279908 or 14480333. OLE color: 14480333.
HSL color Cylindrical-coordinate representation of color #CDF3DC: hue angle of 143.68º 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 #CDF3DC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 220 | - |
CMYK | 0.16 | 0 | 0.09 | 0.05 |
HSL | 143.68º | 0.61% | 0.88% | - |
HSV(B) | 143.68º | 0.16% | 0.95% | - |
XYZ | 70.15 | 82.25 | 79.89 | - |
YUV | 229.02 | 122.91 | 110.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 220 | 0.16 | 0 | 0.09 | 0.05 | 143.68 | 0.61 | 0.88 |
Hex | CD | F3 | DC | 10 | 0 | 9 | 5 | 90 | 3D | 58 |
Octal | 315 | 363 | 334 | 20 | 0 | 11 | 5 | 220 | 75 | 130 |
Binary | 11001101 | 11110011 | 11011100 | 10000 | 0 | 1001 | 101 | 10010000 | 111101 | 1011000 |
Color Harmonies of #CDF3DC
Complementary color
Monochromatic Colors of #CDF3DC
Black with #CDF3DC
Text Example
Text Example
White with #CDF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3DC; }
p { color: rgb(205,243,220); }
H1.HeaderClassName
{
color: #CDF3DC;
}
.AnyTagClassName
{
color: #CDF3DC;
}
</style>
background-color css
<style>
a { background-color: #CDF3DC; }
a { background-color: rgb(205,243,220); }
div.DivClassName
{
background-color: #CDF3DC;
}
.BgClassName
{
background-color: #CDF3DC;
}
</style>
border-color css
<style>
span { border-color: #CDF3DC; }
span { border-color: rgb(205,243,220); }
td.TdClassName
{
border-color: #CDF3DC;
}
.TagClassName
{
border-color: #CDF3DC;
}
</style>