Shades of Surf Crest #C4DAB8
Tints of Surf Crest #C4DAB8
RGB
CMYK
RGB Variations
Color information
#C4DAB8 (or 0xC4DAB8) is known color: Surf Crest. HEX triplet: C4, DA and B8. RGB value is (196,218,184). Sum of RGB (Red+Green+Blue) = 196+218+184=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAB8 is #3B2547. Grayscale: #CFCFCF. Windows color (decimal): -3876168 or 12114628. OLE color: 12114628.
HSL color Cylindrical-coordinate representation of color #C4DAB8: hue angle of 98.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4DAB8 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 184 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.15 |
| HSL | 98.82º | 0.31% | 0.79% | - |
| HSV(B) | 98.82º | 0.16% | 0.85% | - |
| XYZ | 56.49 | 65.34 | 54.98 | - |
| YUV | 207.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 184 | 0.10 | 0 | 0.16 | 0.15 | 98.82 | 0.31 | 0.79 |
| Hex | C4 | DA | B8 | A | 0 | 10 | F | 63 | 1F | 4F |
| Octal | 304 | 332 | 270 | 12 | 0 | 20 | 17 | 143 | 37 | 117 |
| Binary | 11000100 | 11011010 | 10111000 | 1010 | 0 | 10000 | 1111 | 1100011 | 11111 | 1001111 |
Color Harmonies of #C4DAB8
Complementary color
Monochromatic Colors of #C4DAB8
Black with #C4DAB8
Text Example
Text Example
White with #C4DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAB8; }
p { color: rgb(196,218,184); }
H1.HeaderClassName
{
color: #C4DAB8;
}
.AnyTagClassName
{
color: #C4DAB8;
}
</style>
background-color css
<style>
a { background-color: #C4DAB8; }
a { background-color: rgb(196,218,184); }
div.DivClassName
{
background-color: #C4DAB8;
}
.BgClassName
{
background-color: #C4DAB8;
}
</style>
border-color css
<style>
span { border-color: #C4DAB8; }
span { border-color: rgb(196,218,184); }
td.TdClassName
{
border-color: #C4DAB8;
}
.TagClassName
{
border-color: #C4DAB8;
}
</style>