Shades of Surf Crest #CAE0BD
Tints of Surf Crest #CAE0BD
RGB
CMYK
RGB Variations
Color information
#CAE0BD (or 0xCAE0BD) is known color: Surf Crest. HEX triplet: CA, E0 and BD. RGB value is (202,224,189). Sum of RGB (Red+Green+Blue) = 202+224+189=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0BD is #351F42. Grayscale: #D5D5D5. Windows color (decimal): -3481411 or 12443850. OLE color: 12443850.
HSL color Cylindrical-coordinate representation of color #CAE0BD: hue angle of 97.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE0BD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 189 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.12 |
| HSL | 97.71º | 0.36% | 0.81% | - |
| HSV(B) | 97.71º | 0.16% | 0.88% | - |
| XYZ | 60.2 | 69.54 | 58.39 | - |
| YUV | 213.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 189 | 0.10 | 0 | 0.16 | 0.12 | 97.71 | 0.36 | 0.81 |
| Hex | CA | E0 | BD | A | 0 | 10 | C | 62 | 24 | 51 |
| Octal | 312 | 340 | 275 | 12 | 0 | 20 | 14 | 142 | 44 | 121 |
| Binary | 11001010 | 11100000 | 10111101 | 1010 | 0 | 10000 | 1100 | 1100010 | 100100 | 1010001 |
Color Harmonies of #CAE0BD
Complementary color
Monochromatic Colors of #CAE0BD
Black with #CAE0BD
Text Example
Text Example
White with #CAE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0BD; }
p { color: rgb(202,224,189); }
H1.HeaderClassName
{
color: #CAE0BD;
}
.AnyTagClassName
{
color: #CAE0BD;
}
</style>
background-color css
<style>
a { background-color: #CAE0BD; }
a { background-color: rgb(202,224,189); }
div.DivClassName
{
background-color: #CAE0BD;
}
.BgClassName
{
background-color: #CAE0BD;
}
</style>
border-color css
<style>
span { border-color: #CAE0BD; }
span { border-color: rgb(202,224,189); }
td.TdClassName
{
border-color: #CAE0BD;
}
.TagClassName
{
border-color: #CAE0BD;
}
</style>