Shades of Surf Crest #CAE3C7
Tints of Surf Crest #CAE3C7
RGB
CMYK
RGB Variations
Color information
#CAE3C7 (or 0xCAE3C7) is known color: Surf Crest. HEX triplet: CA, E3 and C7. RGB value is (202,227,199). Sum of RGB (Red+Green+Blue) = 202+227+199=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3C7 is #351C38. Grayscale: #D8D8D8. Windows color (decimal): -3480633 or 13099978. OLE color: 13099978.
HSL color Cylindrical-coordinate representation of color #CAE3C7: hue angle of 113.57º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE3C7 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 199 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.11 |
| HSL | 113.57º | 0.33% | 0.84% | - |
| HSV(B) | 113.57º | 0.12% | 0.89% | - |
| XYZ | 62.14 | 71.62 | 64.58 | - |
| YUV | 216.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 199 | 0.11 | 0 | 0.12 | 0.11 | 113.57 | 0.33 | 0.84 |
| Hex | CA | E3 | C7 | B | 0 | C | B | 72 | 21 | 54 |
| Octal | 312 | 343 | 307 | 13 | 0 | 14 | 13 | 162 | 41 | 124 |
| Binary | 11001010 | 11100011 | 11000111 | 1011 | 0 | 1100 | 1011 | 1110010 | 100001 | 1010100 |
Color Harmonies of #CAE3C7
Complementary color
Monochromatic Colors of #CAE3C7
Black with #CAE3C7
Text Example
Text Example
White with #CAE3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE3C7; }
p { color: rgb(202,227,199); }
H1.HeaderClassName
{
color: #CAE3C7;
}
.AnyTagClassName
{
color: #CAE3C7;
}
</style>
background-color css
<style>
a { background-color: #CAE3C7; }
a { background-color: rgb(202,227,199); }
div.DivClassName
{
background-color: #CAE3C7;
}
.BgClassName
{
background-color: #CAE3C7;
}
</style>
border-color css
<style>
span { border-color: #CAE3C7; }
span { border-color: rgb(202,227,199); }
td.TdClassName
{
border-color: #CAE3C7;
}
.TagClassName
{
border-color: #CAE3C7;
}
</style>