Shades of Foam #CAEDEB
Tints of Foam #CAEDEB
RGB
CMYK
RGB Variations
Color information
#CAEDEB (or 0xCAEDEB) is known color: Foam. HEX triplet: CA, ED and EB. RGB value is (202,237,235). Sum of RGB (Red+Green+Blue) = 202+237+235=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDEB is #351214. Grayscale: #E2E2E2. Windows color (decimal): -3478037 or 15461834. OLE color: 15461834.
HSL color Cylindrical-coordinate representation of color #CAEDEB: hue angle of 176.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDEB is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 235 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.07 |
| HSL | 176.57º | 0.49% | 0.86% | - |
| HSV(B) | 176.57º | 0.15% | 0.93% | - |
| XYZ | 69.64 | 79.12 | 90.2 | - |
| YUV | 226.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 235 | 0.15 | 0 | 0.01 | 0.07 | 176.57 | 0.49 | 0.86 |
| Hex | CA | ED | EB | F | 0 | 1 | 7 | B1 | 31 | 56 |
| Octal | 312 | 355 | 353 | 17 | 0 | 1 | 7 | 261 | 61 | 126 |
| Binary | 11001010 | 11101101 | 11101011 | 1111 | 0 | 1 | 111 | 10110001 | 110001 | 1010110 |
Color Harmonies of #CAEDEB
Complementary color
Monochromatic Colors of #CAEDEB
Black with #CAEDEB
Text Example
Text Example
White with #CAEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDEB; }
p { color: rgb(202,237,235); }
H1.HeaderClassName
{
color: #CAEDEB;
}
.AnyTagClassName
{
color: #CAEDEB;
}
</style>
background-color css
<style>
a { background-color: #CAEDEB; }
a { background-color: rgb(202,237,235); }
div.DivClassName
{
background-color: #CAEDEB;
}
.BgClassName
{
background-color: #CAEDEB;
}
</style>
border-color css
<style>
span { border-color: #CAEDEB; }
span { border-color: rgb(202,237,235); }
td.TdClassName
{
border-color: #CAEDEB;
}
.TagClassName
{
border-color: #CAEDEB;
}
</style>