Shades of Surf Crest #CAD6C5
Tints of Surf Crest #CAD6C5
RGB
CMYK
RGB Variations
Color information
#CAD6C5 (or 0xCAD6C5) is known color: Surf Crest. HEX triplet: CA, D6 and C5. RGB value is (202,214,197). Sum of RGB (Red+Green+Blue) = 202+214+197=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6C5 is #35293A. Grayscale: #D0D0D0. Windows color (decimal): -3483963 or 12965578. OLE color: 12965578.
HSL color Cylindrical-coordinate representation of color #CAD6C5: hue angle of 102.35º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAD6C5 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 214 | 197 | - |
CMYK | 0.06 | 0 | 0.08 | 0.16 |
HSL | 102.35º | 0.17% | 0.81% | - |
HSV(B) | 102.35º | 0.08% | 0.84% | - |
XYZ | 58.48 | 64.68 | 62.23 | - |
YUV | 208.47 | 121.52 | 123.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 214 | 197 | 0.06 | 0 | 0.08 | 0.16 | 102.35 | 0.17 | 0.81 |
Hex | CA | D6 | C5 | 6 | 0 | 8 | 10 | 66 | 11 | 51 |
Octal | 312 | 326 | 305 | 6 | 0 | 10 | 20 | 146 | 21 | 121 |
Binary | 11001010 | 11010110 | 11000101 | 110 | 0 | 1000 | 10000 | 1100110 | 10001 | 1010001 |
Color Harmonies of #CAD6C5
Complementary color
Monochromatic Colors of #CAD6C5
Black with #CAD6C5
Text Example
Text Example
White with #CAD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD6C5; }
p { color: rgb(202,214,197); }
H1.HeaderClassName
{
color: #CAD6C5;
}
.AnyTagClassName
{
color: #CAD6C5;
}
</style>
background-color css
<style>
a { background-color: #CAD6C5; }
a { background-color: rgb(202,214,197); }
div.DivClassName
{
background-color: #CAD6C5;
}
.BgClassName
{
background-color: #CAD6C5;
}
</style>
border-color css
<style>
span { border-color: #CAD6C5; }
span { border-color: rgb(202,214,197); }
td.TdClassName
{
border-color: #CAD6C5;
}
.TagClassName
{
border-color: #CAD6C5;
}
</style>