Shades of Foam #CAF0EC
Tints of Foam #CAF0EC
RGB
CMYK
RGB Variations
Color information
#CAF0EC (or 0xCAF0EC) is known color: Foam. HEX triplet: CA, F0 and EC. RGB value is (202,240,236). Sum of RGB (Red+Green+Blue) = 202+240+236=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0EC is #350F13. Grayscale: #E4E4E4. Windows color (decimal): -3477268 or 15528138. OLE color: 15528138.
HSL color Cylindrical-coordinate representation of color #CAF0EC: hue angle of 173.68º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0EC is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 202 | 240 | 236 | - |
CMYK | 0.16 | 0 | 0.02 | 0.06 |
HSL | 173.68º | 0.56% | 0.87% | - |
HSV(B) | 173.68º | 0.16% | 0.94% | - |
XYZ | 70.66 | 80.93 | 91.25 | - |
YUV | 228.18 | 132.41 | 109.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 240 | 236 | 0.16 | 0 | 0.02 | 0.06 | 173.68 | 0.56 | 0.87 |
Hex | CA | F0 | EC | 10 | 0 | 2 | 6 | AE | 38 | 57 |
Octal | 312 | 360 | 354 | 20 | 0 | 2 | 6 | 256 | 70 | 127 |
Binary | 11001010 | 11110000 | 11101100 | 10000 | 0 | 10 | 110 | 10101110 | 111000 | 1010111 |
Color Harmonies of #CAF0EC
Complementary color
Monochromatic Colors of #CAF0EC
Black with #CAF0EC
Text Example
Text Example
White with #CAF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0EC; }
p { color: rgb(202,240,236); }
H1.HeaderClassName
{
color: #CAF0EC;
}
.AnyTagClassName
{
color: #CAF0EC;
}
</style>
background-color css
<style>
a { background-color: #CAF0EC; }
a { background-color: rgb(202,240,236); }
div.DivClassName
{
background-color: #CAF0EC;
}
.BgClassName
{
background-color: #CAF0EC;
}
</style>
border-color css
<style>
span { border-color: #CAF0EC; }
span { border-color: rgb(202,240,236); }
td.TdClassName
{
border-color: #CAF0EC;
}
.TagClassName
{
border-color: #CAF0EC;
}
</style>