Shades of Foam #CCEEEC
Tints of Foam #CCEEEC
RGB
CMYK
RGB Variations
Color information
#CCEEEC (or 0xCCEEEC) is known color: Foam. HEX triplet: CC, EE and EC. RGB value is (204,238,236). Sum of RGB (Red+Green+Blue) = 204+238+236=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEEC is #331113. Grayscale: #E3E3E3. Windows color (decimal): -3346708 or 15527628. OLE color: 15527628.
HSL color Cylindrical-coordinate representation of color #CCEEEC: hue angle of 176.47º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEEC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 238 | 236 | - |
CMYK | 0.14 | 0 | 0.01 | 0.07 |
HSL | 176.47º | 0.5% | 0.87% | - |
HSV(B) | 176.47º | 0.14% | 0.93% | - |
XYZ | 70.62 | 80.04 | 91.08 | - |
YUV | 227.61 | 132.74 | 111.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 238 | 236 | 0.14 | 0 | 0.01 | 0.07 | 176.47 | 0.5 | 0.87 |
Hex | CC | EE | EC | E | 0 | 1 | 7 | B0 | 32 | 57 |
Octal | 314 | 356 | 354 | 16 | 0 | 1 | 7 | 260 | 62 | 127 |
Binary | 11001100 | 11101110 | 11101100 | 1110 | 0 | 1 | 111 | 10110000 | 110010 | 1010111 |
Color Harmonies of #CCEEEC
Complementary color
Monochromatic Colors of #CCEEEC
Black with #CCEEEC
Text Example
Text Example
White with #CCEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEEC; }
p { color: rgb(204,238,236); }
H1.HeaderClassName
{
color: #CCEEEC;
}
.AnyTagClassName
{
color: #CCEEEC;
}
</style>
background-color css
<style>
a { background-color: #CCEEEC; }
a { background-color: rgb(204,238,236); }
div.DivClassName
{
background-color: #CCEEEC;
}
.BgClassName
{
background-color: #CCEEEC;
}
</style>
border-color css
<style>
span { border-color: #CCEEEC; }
span { border-color: rgb(204,238,236); }
td.TdClassName
{
border-color: #CCEEEC;
}
.TagClassName
{
border-color: #CCEEEC;
}
</style>