Shades of Surf Crest #CAE3C3
Tints of Surf Crest #CAE3C3
RGB
CMYK
RGB Variations
Color information
#CAE3C3 (or 0xCAE3C3) is known color: Surf Crest. HEX triplet: CA, E3 and C3. RGB value is (202,227,195). Sum of RGB (Red+Green+Blue) = 202+227+195=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3C3 is #351C3C. Grayscale: #D7D7D7. Windows color (decimal): -3480637 or 12837834. OLE color: 12837834.
HSL color Cylindrical-coordinate representation of color #CAE3C3: hue angle of 106.88º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE3C3 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 195 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.11 |
| HSL | 106.88º | 0.36% | 0.83% | - |
| HSV(B) | 106.88º | 0.14% | 0.89% | - |
| XYZ | 61.68 | 71.43 | 62.17 | - |
| YUV | 215.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 195 | 0.11 | 0 | 0.14 | 0.11 | 106.88 | 0.36 | 0.83 |
| Hex | CA | E3 | C3 | B | 0 | E | B | 6B | 24 | 53 |
| Octal | 312 | 343 | 303 | 13 | 0 | 16 | 13 | 153 | 44 | 123 |
| Binary | 11001010 | 11100011 | 11000011 | 1011 | 0 | 1110 | 1011 | 1101011 | 100100 | 1010011 |
Color Harmonies of #CAE3C3
Complementary color
Monochromatic Colors of #CAE3C3
Black with #CAE3C3
Text Example
Text Example
White with #CAE3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE3C3; }
p { color: rgb(202,227,195); }
H1.HeaderClassName
{
color: #CAE3C3;
}
.AnyTagClassName
{
color: #CAE3C3;
}
</style>
background-color css
<style>
a { background-color: #CAE3C3; }
a { background-color: rgb(202,227,195); }
div.DivClassName
{
background-color: #CAE3C3;
}
.BgClassName
{
background-color: #CAE3C3;
}
</style>
border-color css
<style>
span { border-color: #CAE3C3; }
span { border-color: rgb(202,227,195); }
td.TdClassName
{
border-color: #CAE3C3;
}
.TagClassName
{
border-color: #CAE3C3;
}
</style>