Shades of Sea Mist #C4DAC4
Tints of Sea Mist #C4DAC4
RGB
CMYK
RGB Variations
Color information
#C4DAC4 (or 0xC4DAC4) is known color: Sea Mist. HEX triplet: C4, DA and C4. RGB value is (196,218,196). Sum of RGB (Red+Green+Blue) = 196+218+196=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAC4 is #3B253B. Grayscale: #D0D0D0. Windows color (decimal): -3876156 or 12901060. OLE color: 12901060.
HSL color Cylindrical-coordinate representation of color #C4DAC4: hue angle of 120º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4DAC4 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 196 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.15 |
| HSL | 120º | 0.23% | 0.81% | - |
| HSV(B) | 120º | 0.1% | 0.85% | - |
| XYZ | 57.8 | 65.86 | 61.89 | - |
| YUV | 208.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 196 | 0.10 | 0 | 0.10 | 0.15 | 120 | 0.23 | 0.81 |
| Hex | C4 | DA | C4 | A | 0 | A | F | 78 | 17 | 51 |
| Octal | 304 | 332 | 304 | 12 | 0 | 12 | 17 | 170 | 27 | 121 |
| Binary | 11000100 | 11011010 | 11000100 | 1010 | 0 | 1010 | 1111 | 1111000 | 10111 | 1010001 |
Color Harmonies of #C4DAC4
Complementary color
Monochromatic Colors of #C4DAC4
Black with #C4DAC4
Text Example
Text Example
White with #C4DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAC4; }
p { color: rgb(196,218,196); }
H1.HeaderClassName
{
color: #C4DAC4;
}
.AnyTagClassName
{
color: #C4DAC4;
}
</style>
background-color css
<style>
a { background-color: #C4DAC4; }
a { background-color: rgb(196,218,196); }
div.DivClassName
{
background-color: #C4DAC4;
}
.BgClassName
{
background-color: #C4DAC4;
}
</style>
border-color css
<style>
span { border-color: #C4DAC4; }
span { border-color: rgb(196,218,196); }
td.TdClassName
{
border-color: #C4DAC4;
}
.TagClassName
{
border-color: #C4DAC4;
}
</style>