Shades of Surf Crest #C4DABD
Tints of Surf Crest #C4DABD
RGB
CMYK
RGB Variations
Color information
#C4DABD (or 0xC4DABD) is known color: Surf Crest. HEX triplet: C4, DA and BD. RGB value is (196,218,189). Sum of RGB (Red+Green+Blue) = 196+218+189=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DABD is #3B2542. Grayscale: #D0D0D0. Windows color (decimal): -3876163 or 12442308. OLE color: 12442308.
HSL color Cylindrical-coordinate representation of color #C4DABD: hue angle of 105.52º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4DABD is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 189 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.15 |
| HSL | 105.52º | 0.28% | 0.8% | - |
| HSV(B) | 105.52º | 0.13% | 0.85% | - |
| XYZ | 57.02 | 65.55 | 57.79 | - |
| YUV | 208.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 189 | 0.10 | 0 | 0.13 | 0.15 | 105.52 | 0.28 | 0.8 |
| Hex | C4 | DA | BD | A | 0 | D | F | 6A | 1C | 50 |
| Octal | 304 | 332 | 275 | 12 | 0 | 15 | 17 | 152 | 34 | 120 |
| Binary | 11000100 | 11011010 | 10111101 | 1010 | 0 | 1101 | 1111 | 1101010 | 11100 | 1010000 |
Color Harmonies of #C4DABD
Complementary color
Monochromatic Colors of #C4DABD
Black with #C4DABD
Text Example
Text Example
White with #C4DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DABD; }
p { color: rgb(196,218,189); }
H1.HeaderClassName
{
color: #C4DABD;
}
.AnyTagClassName
{
color: #C4DABD;
}
</style>
background-color css
<style>
a { background-color: #C4DABD; }
a { background-color: rgb(196,218,189); }
div.DivClassName
{
background-color: #C4DABD;
}
.BgClassName
{
background-color: #C4DABD;
}
</style>
border-color css
<style>
span { border-color: #C4DABD; }
span { border-color: rgb(196,218,189); }
td.TdClassName
{
border-color: #C4DABD;
}
.TagClassName
{
border-color: #C4DABD;
}
</style>