Shades of Surf Crest #CAD2C5
Tints of Surf Crest #CAD2C5
RGB
CMYK
RGB Variations
Color information
#CAD2C5 (or 0xCAD2C5) is known color: Surf Crest. HEX triplet: CA, D2 and C5. RGB value is (202,210,197). Sum of RGB (Red+Green+Blue) = 202+210+197=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2C5 is #352D3A. Grayscale: #CECECE. Windows color (decimal): -3484987 or 12964554. OLE color: 12964554.
HSL color Cylindrical-coordinate representation of color #CAD2C5: hue angle of 96.92º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAD2C5 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 197 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.18 |
| HSL | 96.92º | 0.13% | 0.8% | - |
| HSV(B) | 96.92º | 0.06% | 0.82% | - |
| XYZ | 57.48 | 62.68 | 61.89 | - |
| YUV | 206.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 197 | 0.04 | 0 | 0.06 | 0.18 | 96.92 | 0.13 | 0.8 |
| Hex | CA | D2 | C5 | 4 | 0 | 6 | 12 | 61 | D | 50 |
| Octal | 312 | 322 | 305 | 4 | 0 | 6 | 22 | 141 | 15 | 120 |
| Binary | 11001010 | 11010010 | 11000101 | 100 | 0 | 110 | 10010 | 1100001 | 1101 | 1010000 |
Color Harmonies of #CAD2C5
Complementary color
Monochromatic Colors of #CAD2C5
Black with #CAD2C5
Text Example
Text Example
White with #CAD2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2C5; }
p { color: rgb(202,210,197); }
H1.HeaderClassName
{
color: #CAD2C5;
}
.AnyTagClassName
{
color: #CAD2C5;
}
</style>
background-color css
<style>
a { background-color: #CAD2C5; }
a { background-color: rgb(202,210,197); }
div.DivClassName
{
background-color: #CAD2C5;
}
.BgClassName
{
background-color: #CAD2C5;
}
</style>
border-color css
<style>
span { border-color: #CAD2C5; }
span { border-color: rgb(202,210,197); }
td.TdClassName
{
border-color: #CAD2C5;
}
.TagClassName
{
border-color: #CAD2C5;
}
</style>