Shades of Surf Crest #CAD5C5
Tints of Surf Crest #CAD5C5
RGB
CMYK
RGB Variations
Color information
#CAD5C5 (or 0xCAD5C5) is known color: Surf Crest. HEX triplet: CA, D5 and C5. RGB value is (202,213,197). Sum of RGB (Red+Green+Blue) = 202+213+197=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5C5 is #352A3A. Grayscale: #CFCFCF. Windows color (decimal): -3484219 or 12965322. OLE color: 12965322.
HSL color Cylindrical-coordinate representation of color #CAD5C5: hue angle of 101.25º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAD5C5 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 197 | - |
CMYK | 0.05 | 0 | 0.08 | 0.16 |
HSL | 101.25º | 0.16% | 0.8% | - |
HSV(B) | 101.25º | 0.08% | 0.84% | - |
XYZ | 58.23 | 64.18 | 62.14 | - |
YUV | 207.89 | 121.86 | 123.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 197 | 0.05 | 0 | 0.08 | 0.16 | 101.25 | 0.16 | 0.8 |
Hex | CA | D5 | C5 | 5 | 0 | 8 | 10 | 65 | 10 | 50 |
Octal | 312 | 325 | 305 | 5 | 0 | 10 | 20 | 145 | 20 | 120 |
Binary | 11001010 | 11010101 | 11000101 | 101 | 0 | 1000 | 10000 | 1100101 | 10000 | 1010000 |
Color Harmonies of #CAD5C5
Complementary color
Monochromatic Colors of #CAD5C5
Black with #CAD5C5
Text Example
Text Example
White with #CAD5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5C5; }
p { color: rgb(202,213,197); }
H1.HeaderClassName
{
color: #CAD5C5;
}
.AnyTagClassName
{
color: #CAD5C5;
}
</style>
background-color css
<style>
a { background-color: #CAD5C5; }
a { background-color: rgb(202,213,197); }
div.DivClassName
{
background-color: #CAD5C5;
}
.BgClassName
{
background-color: #CAD5C5;
}
</style>
border-color css
<style>
span { border-color: #CAD5C5; }
span { border-color: rgb(202,213,197); }
td.TdClassName
{
border-color: #CAD5C5;
}
.TagClassName
{
border-color: #CAD5C5;
}
</style>