Shades of Surf Crest #CADEC0
Tints of Surf Crest #CADEC0
RGB
CMYK
RGB Variations
Color information
#CADEC0 (or 0xCADEC0) is known color: Surf Crest. HEX triplet: CA, DE and C0. RGB value is (202,222,192). Sum of RGB (Red+Green+Blue) = 202+222+192=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEC0 is #35213F. Grayscale: #D4D4D4. Windows color (decimal): -3481920 or 12639946. OLE color: 12639946.
HSL color Cylindrical-coordinate representation of color #CADEC0: hue angle of 100º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADEC0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 192 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.13 |
| HSL | 100º | 0.31% | 0.81% | - |
| HSV(B) | 100º | 0.14% | 0.87% | - |
| XYZ | 59.99 | 68.6 | 59.95 | - |
| YUV | 212.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 192 | 0.09 | 0 | 0.14 | 0.13 | 100 | 0.31 | 0.81 |
| Hex | CA | DE | C0 | 9 | 0 | E | D | 64 | 1F | 51 |
| Octal | 312 | 336 | 300 | 11 | 0 | 16 | 15 | 144 | 37 | 121 |
| Binary | 11001010 | 11011110 | 11000000 | 1001 | 0 | 1110 | 1101 | 1100100 | 11111 | 1010001 |
Color Harmonies of #CADEC0
Complementary color
Monochromatic Colors of #CADEC0
Black with #CADEC0
Text Example
Text Example
White with #CADEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEC0; }
p { color: rgb(202,222,192); }
H1.HeaderClassName
{
color: #CADEC0;
}
.AnyTagClassName
{
color: #CADEC0;
}
</style>
background-color css
<style>
a { background-color: #CADEC0; }
a { background-color: rgb(202,222,192); }
div.DivClassName
{
background-color: #CADEC0;
}
.BgClassName
{
background-color: #CADEC0;
}
</style>
border-color css
<style>
span { border-color: #CADEC0; }
span { border-color: rgb(202,222,192); }
td.TdClassName
{
border-color: #CADEC0;
}
.TagClassName
{
border-color: #CADEC0;
}
</style>