Shades of Surf Crest #CAD8C3
Tints of Surf Crest #CAD8C3
RGB
CMYK
RGB Variations
Color information
#CAD8C3 (or 0xCAD8C3) is known color: Surf Crest. HEX triplet: CA, D8 and C3. RGB value is (202,216,195). Sum of RGB (Red+Green+Blue) = 202+216+195=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8C3 is #35273C. Grayscale: #D1D1D1. Windows color (decimal): -3483453 or 12835018. OLE color: 12835018.
HSL color Cylindrical-coordinate representation of color #CAD8C3: hue angle of 100º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAD8C3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 216 | 195 | - |
CMYK | 0.06 | 0 | 0.10 | 0.15 |
HSL | 100º | 0.21% | 0.81% | - |
HSV(B) | 100º | 0.1% | 0.85% | - |
XYZ | 58.76 | 65.61 | 61.2 | - |
YUV | 209.42 | 119.86 | 122.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 195 | 0.06 | 0 | 0.10 | 0.15 | 100 | 0.21 | 0.81 |
Hex | CA | D8 | C3 | 6 | 0 | A | F | 64 | 15 | 51 |
Octal | 312 | 330 | 303 | 6 | 0 | 12 | 17 | 144 | 25 | 121 |
Binary | 11001010 | 11011000 | 11000011 | 110 | 0 | 1010 | 1111 | 1100100 | 10101 | 1010001 |
Color Harmonies of #CAD8C3
Complementary color
Monochromatic Colors of #CAD8C3
Black with #CAD8C3
Text Example
Text Example
White with #CAD8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8C3; }
p { color: rgb(202,216,195); }
H1.HeaderClassName
{
color: #CAD8C3;
}
.AnyTagClassName
{
color: #CAD8C3;
}
</style>
background-color css
<style>
a { background-color: #CAD8C3; }
a { background-color: rgb(202,216,195); }
div.DivClassName
{
background-color: #CAD8C3;
}
.BgClassName
{
background-color: #CAD8C3;
}
</style>
border-color css
<style>
span { border-color: #CAD8C3; }
span { border-color: rgb(202,216,195); }
td.TdClassName
{
border-color: #CAD8C3;
}
.TagClassName
{
border-color: #CAD8C3;
}
</style>