Shades of Surf Crest #CAD8C1
Tints of Surf Crest #CAD8C1
RGB
CMYK
RGB Variations
Color information
#CAD8C1 (or 0xCAD8C1) is known color: Surf Crest. HEX triplet: CA, D8 and C1. RGB value is (202,216,193). Sum of RGB (Red+Green+Blue) = 202+216+193=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8C1 is #35273E. Grayscale: #D1D1D1. Windows color (decimal): -3483455 or 12703946. OLE color: 12703946.
HSL color Cylindrical-coordinate representation of color #CAD8C1: hue angle of 96.52º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAD8C1 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 216 | 193 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.15 |
| HSL | 96.52º | 0.23% | 0.8% | - |
| HSV(B) | 96.52º | 0.11% | 0.85% | - |
| XYZ | 58.54 | 65.52 | 60.01 | - |
| YUV | 209.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 216 | 193 | 0.06 | 0 | 0.11 | 0.15 | 96.52 | 0.23 | 0.8 |
| Hex | CA | D8 | C1 | 6 | 0 | B | F | 61 | 17 | 50 |
| Octal | 312 | 330 | 301 | 6 | 0 | 13 | 17 | 141 | 27 | 120 |
| Binary | 11001010 | 11011000 | 11000001 | 110 | 0 | 1011 | 1111 | 1100001 | 10111 | 1010000 |
Color Harmonies of #CAD8C1
Complementary color
Monochromatic Colors of #CAD8C1
Black with #CAD8C1
Text Example
Text Example
White with #CAD8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8C1; }
p { color: rgb(202,216,193); }
H1.HeaderClassName
{
color: #CAD8C1;
}
.AnyTagClassName
{
color: #CAD8C1;
}
</style>
background-color css
<style>
a { background-color: #CAD8C1; }
a { background-color: rgb(202,216,193); }
div.DivClassName
{
background-color: #CAD8C1;
}
.BgClassName
{
background-color: #CAD8C1;
}
</style>
border-color css
<style>
span { border-color: #CAD8C1; }
span { border-color: rgb(202,216,193); }
td.TdClassName
{
border-color: #CAD8C1;
}
.TagClassName
{
border-color: #CAD8C1;
}
</style>