Shades of Surf Crest #CAD8C5
Tints of Surf Crest #CAD8C5
RGB
CMYK
RGB Variations
Color information
#CAD8C5 (or 0xCAD8C5) is known color: Surf Crest. HEX triplet: CA, D8 and C5. RGB value is (202,216,197). Sum of RGB (Red+Green+Blue) = 202+216+197=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8C5 is #35273A. Grayscale: #D1D1D1. Windows color (decimal): -3483451 or 12966090. OLE color: 12966090.
HSL color Cylindrical-coordinate representation of color #CAD8C5: hue angle of 104.21º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD8C5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 216 | 197 | - |
CMYK | 0.06 | 0 | 0.09 | 0.15 |
HSL | 104.21º | 0.2% | 0.81% | - |
HSV(B) | 104.21º | 0.09% | 0.85% | - |
XYZ | 58.99 | 65.7 | 62.4 | - |
YUV | 209.65 | 120.86 | 122.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 197 | 0.06 | 0 | 0.09 | 0.15 | 104.21 | 0.2 | 0.81 |
Hex | CA | D8 | C5 | 6 | 0 | 9 | F | 68 | 14 | 51 |
Octal | 312 | 330 | 305 | 6 | 0 | 11 | 17 | 150 | 24 | 121 |
Binary | 11001010 | 11011000 | 11000101 | 110 | 0 | 1001 | 1111 | 1101000 | 10100 | 1010001 |
Color Harmonies of #CAD8C5
Complementary color
Monochromatic Colors of #CAD8C5
Black with #CAD8C5
Text Example
Text Example
White with #CAD8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8C5; }
p { color: rgb(202,216,197); }
H1.HeaderClassName
{
color: #CAD8C5;
}
.AnyTagClassName
{
color: #CAD8C5;
}
</style>
background-color css
<style>
a { background-color: #CAD8C5; }
a { background-color: rgb(202,216,197); }
div.DivClassName
{
background-color: #CAD8C5;
}
.BgClassName
{
background-color: #CAD8C5;
}
</style>
border-color css
<style>
span { border-color: #CAD8C5; }
span { border-color: rgb(202,216,197); }
td.TdClassName
{
border-color: #CAD8C5;
}
.TagClassName
{
border-color: #CAD8C5;
}
</style>