Shades of Surf Crest #CAE0BC
Tints of Surf Crest #CAE0BC
RGB
CMYK
RGB Variations
Color information
#CAE0BC (or 0xCAE0BC) is known color: Surf Crest. HEX triplet: CA, E0 and BC. RGB value is (202,224,188). Sum of RGB (Red+Green+Blue) = 202+224+188=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0BC is #351F43. Grayscale: #D5D5D5. Windows color (decimal): -3481412 or 12378314. OLE color: 12378314.
HSL color Cylindrical-coordinate representation of color #CAE0BC: hue angle of 96.67º degrees, saturation: 0.37, 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 #CAE0BC is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 188 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.12 |
| HSL | 96.67º | 0.37% | 0.81% | - |
| HSV(B) | 96.67º | 0.16% | 0.88% | - |
| XYZ | 60.09 | 69.5 | 57.82 | - |
| YUV | 213.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 188 | 0.10 | 0 | 0.16 | 0.12 | 96.67 | 0.37 | 0.81 |
| Hex | CA | E0 | BC | A | 0 | 10 | C | 61 | 25 | 51 |
| Octal | 312 | 340 | 274 | 12 | 0 | 20 | 14 | 141 | 45 | 121 |
| Binary | 11001010 | 11100000 | 10111100 | 1010 | 0 | 10000 | 1100 | 1100001 | 100101 | 1010001 |
Color Harmonies of #CAE0BC
Complementary color
Monochromatic Colors of #CAE0BC
Black with #CAE0BC
Text Example
Text Example
White with #CAE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0BC; }
p { color: rgb(202,224,188); }
H1.HeaderClassName
{
color: #CAE0BC;
}
.AnyTagClassName
{
color: #CAE0BC;
}
</style>
background-color css
<style>
a { background-color: #CAE0BC; }
a { background-color: rgb(202,224,188); }
div.DivClassName
{
background-color: #CAE0BC;
}
.BgClassName
{
background-color: #CAE0BC;
}
</style>
border-color css
<style>
span { border-color: #CAE0BC; }
span { border-color: rgb(202,224,188); }
td.TdClassName
{
border-color: #CAE0BC;
}
.TagClassName
{
border-color: #CAE0BC;
}
</style>