Shades of Surf Crest #C4DBBF
Tints of Surf Crest #C4DBBF
RGB
CMYK
RGB Variations
Color information
#C4DBBF (or 0xC4DBBF) is known color: Surf Crest. HEX triplet: C4, DB and BF. RGB value is (196,219,191). Sum of RGB (Red+Green+Blue) = 196+219+191=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBBF is #3B2440. Grayscale: #D1D1D1. Windows color (decimal): -3875905 or 12573636. OLE color: 12573636.
HSL color Cylindrical-coordinate representation of color #C4DBBF: hue angle of 109.29º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4DBBF is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 191 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.14 |
| HSL | 109.29º | 0.28% | 0.8% | - |
| HSV(B) | 109.29º | 0.13% | 0.86% | - |
| XYZ | 57.5 | 66.16 | 59.03 | - |
| YUV | 208.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 191 | 0.11 | 0 | 0.13 | 0.14 | 109.29 | 0.28 | 0.8 |
| Hex | C4 | DB | BF | B | 0 | D | E | 6D | 1C | 50 |
| Octal | 304 | 333 | 277 | 13 | 0 | 15 | 16 | 155 | 34 | 120 |
| Binary | 11000100 | 11011011 | 10111111 | 1011 | 0 | 1101 | 1110 | 1101101 | 11100 | 1010000 |
Color Harmonies of #C4DBBF
Complementary color
Monochromatic Colors of #C4DBBF
Black with #C4DBBF
Text Example
Text Example
White with #C4DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBBF; }
p { color: rgb(196,219,191); }
H1.HeaderClassName
{
color: #C4DBBF;
}
.AnyTagClassName
{
color: #C4DBBF;
}
</style>
background-color css
<style>
a { background-color: #C4DBBF; }
a { background-color: rgb(196,219,191); }
div.DivClassName
{
background-color: #C4DBBF;
}
.BgClassName
{
background-color: #C4DBBF;
}
</style>
border-color css
<style>
span { border-color: #C4DBBF; }
span { border-color: rgb(196,219,191); }
td.TdClassName
{
border-color: #C4DBBF;
}
.TagClassName
{
border-color: #C4DBBF;
}
</style>