Shades of Surf Crest #CAE0BB
Tints of Surf Crest #CAE0BB
RGB
CMYK
RGB Variations
Color information
#CAE0BB (or 0xCAE0BB) is known color: Surf Crest. HEX triplet: CA, E0 and BB. RGB value is (202,224,187). Sum of RGB (Red+Green+Blue) = 202+224+187=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0BB is #351F44. Grayscale: #D5D5D5. Windows color (decimal): -3481413 or 12312778. OLE color: 12312778.
HSL color Cylindrical-coordinate representation of color #CAE0BB: hue angle of 95.68º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE0BB is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 187 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.12 |
| HSL | 95.68º | 0.37% | 0.81% | - |
| HSV(B) | 95.68º | 0.17% | 0.88% | - |
| XYZ | 59.98 | 69.46 | 57.26 | - |
| YUV | 213.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 187 | 0.10 | 0 | 0.17 | 0.12 | 95.68 | 0.37 | 0.81 |
| Hex | CA | E0 | BB | A | 0 | 11 | C | 60 | 25 | 51 |
| Octal | 312 | 340 | 273 | 12 | 0 | 21 | 14 | 140 | 45 | 121 |
| Binary | 11001010 | 11100000 | 10111011 | 1010 | 0 | 10001 | 1100 | 1100000 | 100101 | 1010001 |
Color Harmonies of #CAE0BB
Complementary color
Monochromatic Colors of #CAE0BB
Black with #CAE0BB
Text Example
Text Example
White with #CAE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0BB; }
p { color: rgb(202,224,187); }
H1.HeaderClassName
{
color: #CAE0BB;
}
.AnyTagClassName
{
color: #CAE0BB;
}
</style>
background-color css
<style>
a { background-color: #CAE0BB; }
a { background-color: rgb(202,224,187); }
div.DivClassName
{
background-color: #CAE0BB;
}
.BgClassName
{
background-color: #CAE0BB;
}
</style>
border-color css
<style>
span { border-color: #CAE0BB; }
span { border-color: rgb(202,224,187); }
td.TdClassName
{
border-color: #CAE0BB;
}
.TagClassName
{
border-color: #CAE0BB;
}
</style>