Shades of Surf Crest #CADCC8
Tints of Surf Crest #CADCC8
RGB
CMYK
RGB Variations
Color information
#CADCC8 (or 0xCADCC8) is known color: Surf Crest. HEX triplet: CA, DC and C8. RGB value is (202,220,200). Sum of RGB (Red+Green+Blue) = 202+220+200=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCC8 is #352337. Grayscale: #D4D4D4. Windows color (decimal): -3482424 or 13163722. OLE color: 13163722.
HSL color Cylindrical-coordinate representation of color #CADCC8: hue angle of 114º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADCC8 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 200 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.14 |
| HSL | 114º | 0.22% | 0.82% | - |
| HSV(B) | 114º | 0.09% | 0.86% | - |
| XYZ | 60.38 | 67.91 | 64.57 | - |
| YUV | 212.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 200 | 0.08 | 0 | 0.09 | 0.14 | 114 | 0.22 | 0.82 |
| Hex | CA | DC | C8 | 8 | 0 | 9 | E | 72 | 16 | 52 |
| Octal | 312 | 334 | 310 | 10 | 0 | 11 | 16 | 162 | 26 | 122 |
| Binary | 11001010 | 11011100 | 11001000 | 1000 | 0 | 1001 | 1110 | 1110010 | 10110 | 1010010 |
Color Harmonies of #CADCC8
Complementary color
Monochromatic Colors of #CADCC8
Black with #CADCC8
Text Example
Text Example
White with #CADCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCC8; }
p { color: rgb(202,220,200); }
H1.HeaderClassName
{
color: #CADCC8;
}
.AnyTagClassName
{
color: #CADCC8;
}
</style>
background-color css
<style>
a { background-color: #CADCC8; }
a { background-color: rgb(202,220,200); }
div.DivClassName
{
background-color: #CADCC8;
}
.BgClassName
{
background-color: #CADCC8;
}
</style>
border-color css
<style>
span { border-color: #CADCC8; }
span { border-color: rgb(202,220,200); }
td.TdClassName
{
border-color: #CADCC8;
}
.TagClassName
{
border-color: #CADCC8;
}
</style>