Shades of Sea Mist #C4DBC3
Tints of Sea Mist #C4DBC3
RGB
CMYK
RGB Variations
Color information
#C4DBC3 (or 0xC4DBC3) is known color: Sea Mist. HEX triplet: C4, DB and C3. RGB value is (196,219,195). Sum of RGB (Red+Green+Blue) = 196+219+195=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBC3 is #3B243C. Grayscale: #D1D1D1. Windows color (decimal): -3875901 or 12835780. OLE color: 12835780.
HSL color Cylindrical-coordinate representation of color #C4DBC3: hue angle of 117.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DBC3 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 195 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.14 |
| HSL | 117.5º | 0.25% | 0.81% | - |
| HSV(B) | 117.5º | 0.11% | 0.86% | - |
| XYZ | 57.95 | 66.34 | 61.38 | - |
| YUV | 209.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 195 | 0.11 | 0 | 0.11 | 0.14 | 117.5 | 0.25 | 0.81 |
| Hex | C4 | DB | C3 | B | 0 | B | E | 76 | 19 | 51 |
| Octal | 304 | 333 | 303 | 13 | 0 | 13 | 16 | 166 | 31 | 121 |
| Binary | 11000100 | 11011011 | 11000011 | 1011 | 0 | 1011 | 1110 | 1110110 | 11001 | 1010001 |
Color Harmonies of #C4DBC3
Complementary color
Monochromatic Colors of #C4DBC3
Black with #C4DBC3
Text Example
Text Example
White with #C4DBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBC3; }
p { color: rgb(196,219,195); }
H1.HeaderClassName
{
color: #C4DBC3;
}
.AnyTagClassName
{
color: #C4DBC3;
}
</style>
background-color css
<style>
a { background-color: #C4DBC3; }
a { background-color: rgb(196,219,195); }
div.DivClassName
{
background-color: #C4DBC3;
}
.BgClassName
{
background-color: #C4DBC3;
}
</style>
border-color css
<style>
span { border-color: #C4DBC3; }
span { border-color: rgb(196,219,195); }
td.TdClassName
{
border-color: #C4DBC3;
}
.TagClassName
{
border-color: #C4DBC3;
}
</style>