Shades of Foam #CAECE9
Tints of Foam #CAECE9
RGB
CMYK
RGB Variations
Color information
#CAECE9 (or 0xCAECE9) is known color: Foam. HEX triplet: CA, EC and E9. RGB value is (202,236,233). Sum of RGB (Red+Green+Blue) = 202+236+233=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECE9 is #351316. Grayscale: #E1E1E1. Windows color (decimal): -3478295 or 15330506. OLE color: 15330506.
HSL color Cylindrical-coordinate representation of color #CAECE9: hue angle of 174.71º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECE9 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 236 | 233 | - |
CMYK | 0.14 | 0 | 0.01 | 0.07 |
HSL | 174.71º | 0.47% | 0.86% | - |
HSV(B) | 174.71º | 0.14% | 0.93% | - |
XYZ | 69.06 | 78.43 | 88.59 | - |
YUV | 225.49 | 132.24 | 111.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 236 | 233 | 0.14 | 0 | 0.01 | 0.07 | 174.71 | 0.47 | 0.86 |
Hex | CA | EC | E9 | E | 0 | 1 | 7 | AF | 2F | 56 |
Octal | 312 | 354 | 351 | 16 | 0 | 1 | 7 | 257 | 57 | 126 |
Binary | 11001010 | 11101100 | 11101001 | 1110 | 0 | 1 | 111 | 10101111 | 101111 | 1010110 |
Color Harmonies of #CAECE9
Complementary color
Monochromatic Colors of #CAECE9
Black with #CAECE9
Text Example
Text Example
White with #CAECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECE9; }
p { color: rgb(202,236,233); }
H1.HeaderClassName
{
color: #CAECE9;
}
.AnyTagClassName
{
color: #CAECE9;
}
</style>
background-color css
<style>
a { background-color: #CAECE9; }
a { background-color: rgb(202,236,233); }
div.DivClassName
{
background-color: #CAECE9;
}
.BgClassName
{
background-color: #CAECE9;
}
</style>
border-color css
<style>
span { border-color: #CAECE9; }
span { border-color: rgb(202,236,233); }
td.TdClassName
{
border-color: #CAECE9;
}
.TagClassName
{
border-color: #CAECE9;
}
</style>