Shades of Foam #CAF4ED
Tints of Foam #CAF4ED
RGB
CMYK
RGB Variations
Color information
#CAF4ED (or 0xCAF4ED) is known color: Foam. HEX triplet: CA, F4 and ED. RGB value is (202,244,237). Sum of RGB (Red+Green+Blue) = 202+244+237=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4ED is #350B12. Grayscale: #E6E6E6. Windows color (decimal): -3476243 or 15594698. OLE color: 15594698.
HSL color Cylindrical-coordinate representation of color #CAF4ED: hue angle of 170º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4ED is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 237 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.04 |
| HSL | 170º | 0.66% | 0.87% | - |
| HSV(B) | 170º | 0.17% | 0.96% | - |
| XYZ | 71.99 | 83.37 | 92.42 | - |
| YUV | 230.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 237 | 0.17 | 0 | 0.03 | 0.04 | 170 | 0.66 | 0.87 |
| Hex | CA | F4 | ED | 11 | 0 | 3 | 4 | AA | 42 | 57 |
| Octal | 312 | 364 | 355 | 21 | 0 | 3 | 4 | 252 | 102 | 127 |
| Binary | 11001010 | 11110100 | 11101101 | 10001 | 0 | 11 | 100 | 10101010 | 1000010 | 1010111 |
Color Harmonies of #CAF4ED
Complementary color
Monochromatic Colors of #CAF4ED
Black with #CAF4ED
Text Example
Text Example
White with #CAF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4ED; }
p { color: rgb(202,244,237); }
H1.HeaderClassName
{
color: #CAF4ED;
}
.AnyTagClassName
{
color: #CAF4ED;
}
</style>
background-color css
<style>
a { background-color: #CAF4ED; }
a { background-color: rgb(202,244,237); }
div.DivClassName
{
background-color: #CAF4ED;
}
.BgClassName
{
background-color: #CAF4ED;
}
</style>
border-color css
<style>
span { border-color: #CAF4ED; }
span { border-color: rgb(202,244,237); }
td.TdClassName
{
border-color: #CAF4ED;
}
.TagClassName
{
border-color: #CAF4ED;
}
</style>