Shades of Surf Crest #CAD5C8
Tints of Surf Crest #CAD5C8
RGB
CMYK
RGB Variations
Color information
#CAD5C8 (or 0xCAD5C8) is known color: Surf Crest. HEX triplet: CA, D5 and C8. RGB value is (202,213,200). Sum of RGB (Red+Green+Blue) = 202+213+200=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5C8 is #352A37. Grayscale: #D0D0D0. Windows color (decimal): -3484216 or 13161930. OLE color: 13161930.
HSL color Cylindrical-coordinate representation of color #CAD5C8: hue angle of 110.77º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAD5C8 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 200 | - |
CMYK | 0.05 | 0 | 0.06 | 0.16 |
HSL | 110.77º | 0.13% | 0.81% | - |
HSV(B) | 110.77º | 0.06% | 0.84% | - |
XYZ | 58.58 | 64.32 | 63.97 | - |
YUV | 208.23 | 123.36 | 123.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 200 | 0.05 | 0 | 0.06 | 0.16 | 110.77 | 0.13 | 0.81 |
Hex | CA | D5 | C8 | 5 | 0 | 6 | 10 | 6F | D | 51 |
Octal | 312 | 325 | 310 | 5 | 0 | 6 | 20 | 157 | 15 | 121 |
Binary | 11001010 | 11010101 | 11001000 | 101 | 0 | 110 | 10000 | 1101111 | 1101 | 1010001 |
Color Harmonies of #CAD5C8
Complementary color
Monochromatic Colors of #CAD5C8
Black with #CAD5C8
Text Example
Text Example
White with #CAD5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5C8; }
p { color: rgb(202,213,200); }
H1.HeaderClassName
{
color: #CAD5C8;
}
.AnyTagClassName
{
color: #CAD5C8;
}
</style>
background-color css
<style>
a { background-color: #CAD5C8; }
a { background-color: rgb(202,213,200); }
div.DivClassName
{
background-color: #CAD5C8;
}
.BgClassName
{
background-color: #CAD5C8;
}
</style>
border-color css
<style>
span { border-color: #CAD5C8; }
span { border-color: rgb(202,213,200); }
td.TdClassName
{
border-color: #CAD5C8;
}
.TagClassName
{
border-color: #CAD5C8;
}
</style>