Shades of Surf Crest #CAE0C6
Tints of Surf Crest #CAE0C6
RGB
CMYK
RGB Variations
Color information
#CAE0C6 (or 0xCAE0C6) is known color: Surf Crest. HEX triplet: CA, E0 and C6. RGB value is (202,224,198). Sum of RGB (Red+Green+Blue) = 202+224+198=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0C6 is #351F39. Grayscale: #D6D6D6. Windows color (decimal): -3481402 or 13033674. OLE color: 13033674.
HSL color Cylindrical-coordinate representation of color #CAE0C6: hue angle of 110.77º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE0C6 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 198 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.12 |
| HSL | 110.77º | 0.3% | 0.83% | - |
| HSV(B) | 110.77º | 0.12% | 0.88% | - |
| XYZ | 61.21 | 69.95 | 63.7 | - |
| YUV | 214.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 198 | 0.10 | 0 | 0.12 | 0.12 | 110.77 | 0.3 | 0.83 |
| Hex | CA | E0 | C6 | A | 0 | C | C | 6F | 1E | 53 |
| Octal | 312 | 340 | 306 | 12 | 0 | 14 | 14 | 157 | 36 | 123 |
| Binary | 11001010 | 11100000 | 11000110 | 1010 | 0 | 1100 | 1100 | 1101111 | 11110 | 1010011 |
Color Harmonies of #CAE0C6
Complementary color
Monochromatic Colors of #CAE0C6
Black with #CAE0C6
Text Example
Text Example
White with #CAE0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0C6; }
p { color: rgb(202,224,198); }
H1.HeaderClassName
{
color: #CAE0C6;
}
.AnyTagClassName
{
color: #CAE0C6;
}
</style>
background-color css
<style>
a { background-color: #CAE0C6; }
a { background-color: rgb(202,224,198); }
div.DivClassName
{
background-color: #CAE0C6;
}
.BgClassName
{
background-color: #CAE0C6;
}
</style>
border-color css
<style>
span { border-color: #CAE0C6; }
span { border-color: rgb(202,224,198); }
td.TdClassName
{
border-color: #CAE0C6;
}
.TagClassName
{
border-color: #CAE0C6;
}
</style>