Shades of Surf Crest #CAD8C2
Tints of Surf Crest #CAD8C2
RGB
CMYK
RGB Variations
Color information
#CAD8C2 (or 0xCAD8C2) is known color: Surf Crest. HEX triplet: CA, D8 and C2. RGB value is (202,216,194). Sum of RGB (Red+Green+Blue) = 202+216+194=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8C2 is #35273D. Grayscale: #D1D1D1. Windows color (decimal): -3483454 or 12769482. OLE color: 12769482.
HSL color Cylindrical-coordinate representation of color #CAD8C2: hue angle of 98.18º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAD8C2 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 216 | 194 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.15 |
| HSL | 98.18º | 0.22% | 0.8% | - |
| HSV(B) | 98.18º | 0.1% | 0.85% | - |
| XYZ | 58.65 | 65.56 | 60.6 | - |
| YUV | 209.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 216 | 194 | 0.06 | 0 | 0.10 | 0.15 | 98.18 | 0.22 | 0.8 |
| Hex | CA | D8 | C2 | 6 | 0 | A | F | 62 | 16 | 50 |
| Octal | 312 | 330 | 302 | 6 | 0 | 12 | 17 | 142 | 26 | 120 |
| Binary | 11001010 | 11011000 | 11000010 | 110 | 0 | 1010 | 1111 | 1100010 | 10110 | 1010000 |
Color Harmonies of #CAD8C2
Complementary color
Monochromatic Colors of #CAD8C2
Black with #CAD8C2
Text Example
Text Example
White with #CAD8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8C2; }
p { color: rgb(202,216,194); }
H1.HeaderClassName
{
color: #CAD8C2;
}
.AnyTagClassName
{
color: #CAD8C2;
}
</style>
background-color css
<style>
a { background-color: #CAD8C2; }
a { background-color: rgb(202,216,194); }
div.DivClassName
{
background-color: #CAD8C2;
}
.BgClassName
{
background-color: #CAD8C2;
}
</style>
border-color css
<style>
span { border-color: #CAD8C2; }
span { border-color: rgb(202,216,194); }
td.TdClassName
{
border-color: #CAD8C2;
}
.TagClassName
{
border-color: #CAD8C2;
}
</style>