Shades of Foam #CCE5E3
Tints of Foam #CCE5E3
RGB
CMYK
RGB Variations
Color information
#CCE5E3 (or 0xCCE5E3) is known color: Foam. HEX triplet: CC, E5 and E3. RGB value is (204,229,227). Sum of RGB (Red+Green+Blue) = 204+229+227=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5E3 is #331A1C. Grayscale: #DDDDDD. Windows color (decimal): -3349021 or 14935500. OLE color: 14935500.
HSL color Cylindrical-coordinate representation of color #CCE5E3: hue angle of 175.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE5E3 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 229 | 227 | - |
CMYK | 0.11 | 0 | 0.01 | 0.10 |
HSL | 175.2º | 0.32% | 0.85% | - |
HSV(B) | 175.2º | 0.11% | 0.9% | - |
XYZ | 66.79 | 74.42 | 83.52 | - |
YUV | 221.3 | 131.22 | 115.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 227 | 0.11 | 0 | 0.01 | 0.10 | 175.2 | 0.32 | 0.85 |
Hex | CC | E5 | E3 | B | 0 | 1 | A | AF | 20 | 55 |
Octal | 314 | 345 | 343 | 13 | 0 | 1 | 12 | 257 | 40 | 125 |
Binary | 11001100 | 11100101 | 11100011 | 1011 | 0 | 1 | 1010 | 10101111 | 100000 | 1010101 |
Color Harmonies of #CCE5E3
Complementary color
Monochromatic Colors of #CCE5E3
Black with #CCE5E3
Text Example
Text Example
White with #CCE5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5E3; }
p { color: rgb(204,229,227); }
H1.HeaderClassName
{
color: #CCE5E3;
}
.AnyTagClassName
{
color: #CCE5E3;
}
</style>
background-color css
<style>
a { background-color: #CCE5E3; }
a { background-color: rgb(204,229,227); }
div.DivClassName
{
background-color: #CCE5E3;
}
.BgClassName
{
background-color: #CCE5E3;
}
</style>
border-color css
<style>
span { border-color: #CCE5E3; }
span { border-color: rgb(204,229,227); }
td.TdClassName
{
border-color: #CCE5E3;
}
.TagClassName
{
border-color: #CCE5E3;
}
</style>