Shades of Surf Crest #C4DAB6
Tints of Surf Crest #C4DAB6
RGB
CMYK
RGB Variations
Color information
#C4DAB6 (or 0xC4DAB6) is known color: Surf Crest. HEX triplet: C4, DA and B6. RGB value is (196,218,182). Sum of RGB (Red+Green+Blue) = 196+218+182=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAB6 is #3B2549. Grayscale: #CFCFCF. Windows color (decimal): -3876170 or 11983556. OLE color: 11983556.
HSL color Cylindrical-coordinate representation of color #C4DAB6: hue angle of 96.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4DAB6 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 182 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.15 |
| HSL | 96.67º | 0.33% | 0.78% | - |
| HSV(B) | 96.67º | 0.17% | 0.85% | - |
| XYZ | 56.28 | 65.26 | 53.89 | - |
| YUV | 207.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 182 | 0.10 | 0 | 0.17 | 0.15 | 96.67 | 0.33 | 0.78 |
| Hex | C4 | DA | B6 | A | 0 | 11 | F | 61 | 21 | 4E |
| Octal | 304 | 332 | 266 | 12 | 0 | 21 | 17 | 141 | 41 | 116 |
| Binary | 11000100 | 11011010 | 10110110 | 1010 | 0 | 10001 | 1111 | 1100001 | 100001 | 1001110 |
Color Harmonies of #C4DAB6
Complementary color
Monochromatic Colors of #C4DAB6
Black with #C4DAB6
Text Example
Text Example
White with #C4DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAB6; }
p { color: rgb(196,218,182); }
H1.HeaderClassName
{
color: #C4DAB6;
}
.AnyTagClassName
{
color: #C4DAB6;
}
</style>
background-color css
<style>
a { background-color: #C4DAB6; }
a { background-color: rgb(196,218,182); }
div.DivClassName
{
background-color: #C4DAB6;
}
.BgClassName
{
background-color: #C4DAB6;
}
</style>
border-color css
<style>
span { border-color: #C4DAB6; }
span { border-color: rgb(196,218,182); }
td.TdClassName
{
border-color: #C4DAB6;
}
.TagClassName
{
border-color: #C4DAB6;
}
</style>