Shades of White Ice #CCEFDD
Tints of White Ice #CCEFDD
RGB
CMYK
RGB Variations
Color information
#CCEFDD (or 0xCCEFDD) is known color: White Ice. HEX triplet: CC, EF and DD. RGB value is (204,239,221). Sum of RGB (Red+Green+Blue) = 204+239+221=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFDD is #331022. Grayscale: #E2E2E2. Windows color (decimal): -3346467 or 14544844. OLE color: 14544844.
HSL color Cylindrical-coordinate representation of color #CCEFDD: hue angle of 149.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFDD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 239 | 221 | - |
CMYK | 0.15 | 0 | 0.08 | 0.06 |
HSL | 149.14º | 0.52% | 0.87% | - |
HSV(B) | 149.14º | 0.15% | 0.94% | - |
XYZ | 68.82 | 79.79 | 80.18 | - |
YUV | 226.48 | 124.9 | 111.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 239 | 221 | 0.15 | 0 | 0.08 | 0.06 | 149.14 | 0.52 | 0.87 |
Hex | CC | EF | DD | F | 0 | 8 | 6 | 95 | 34 | 57 |
Octal | 314 | 357 | 335 | 17 | 0 | 10 | 6 | 225 | 64 | 127 |
Binary | 11001100 | 11101111 | 11011101 | 1111 | 0 | 1000 | 110 | 10010101 | 110100 | 1010111 |
Color Harmonies of #CCEFDD
Complementary color
Monochromatic Colors of #CCEFDD
Black with #CCEFDD
Text Example
Text Example
White with #CCEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFDD; }
p { color: rgb(204,239,221); }
H1.HeaderClassName
{
color: #CCEFDD;
}
.AnyTagClassName
{
color: #CCEFDD;
}
</style>
background-color css
<style>
a { background-color: #CCEFDD; }
a { background-color: rgb(204,239,221); }
div.DivClassName
{
background-color: #CCEFDD;
}
.BgClassName
{
background-color: #CCEFDD;
}
</style>
border-color css
<style>
span { border-color: #CCEFDD; }
span { border-color: rgb(204,239,221); }
td.TdClassName
{
border-color: #CCEFDD;
}
.TagClassName
{
border-color: #CCEFDD;
}
</style>