Shades of Surf Crest #C4DBB6
Tints of Surf Crest #C4DBB6
RGB
CMYK
RGB Variations
Color information
#C4DBB6 (or 0xC4DBB6) is known color: Surf Crest. HEX triplet: C4, DB and B6. RGB value is (196,219,182). Sum of RGB (Red+Green+Blue) = 196+219+182=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBB6 is #3B2449. Grayscale: #D0D0D0. Windows color (decimal): -3875914 or 11983812. OLE color: 11983812.
HSL color Cylindrical-coordinate representation of color #C4DBB6: hue angle of 97.3º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4DBB6 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 182 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.14 |
| HSL | 97.3º | 0.34% | 0.79% | - |
| HSV(B) | 97.3º | 0.17% | 0.86% | - |
| XYZ | 56.54 | 65.78 | 53.97 | - |
| YUV | 207.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 182 | 0.11 | 0 | 0.17 | 0.14 | 97.3 | 0.34 | 0.79 |
| Hex | C4 | DB | B6 | B | 0 | 11 | E | 61 | 22 | 4F |
| Octal | 304 | 333 | 266 | 13 | 0 | 21 | 16 | 141 | 42 | 117 |
| Binary | 11000100 | 11011011 | 10110110 | 1011 | 0 | 10001 | 1110 | 1100001 | 100010 | 1001111 |
Color Harmonies of #C4DBB6
Complementary color
Monochromatic Colors of #C4DBB6
Black with #C4DBB6
Text Example
Text Example
White with #C4DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBB6; }
p { color: rgb(196,219,182); }
H1.HeaderClassName
{
color: #C4DBB6;
}
.AnyTagClassName
{
color: #C4DBB6;
}
</style>
background-color css
<style>
a { background-color: #C4DBB6; }
a { background-color: rgb(196,219,182); }
div.DivClassName
{
background-color: #C4DBB6;
}
.BgClassName
{
background-color: #C4DBB6;
}
</style>
border-color css
<style>
span { border-color: #C4DBB6; }
span { border-color: rgb(196,219,182); }
td.TdClassName
{
border-color: #C4DBB6;
}
.TagClassName
{
border-color: #C4DBB6;
}
</style>