Shades of Sea Mist #C4DAC5
Tints of Sea Mist #C4DAC5
RGB
CMYK
RGB Variations
Color information
#C4DAC5 (or 0xC4DAC5) is known color: Sea Mist. HEX triplet: C4, DA and C5. RGB value is (196,218,197). Sum of RGB (Red+Green+Blue) = 196+218+197=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAC5 is #3B253A. Grayscale: #D1D1D1. Windows color (decimal): -3876155 or 12966596. OLE color: 12966596.
HSL color Cylindrical-coordinate representation of color #C4DAC5: hue angle of 122.73º 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 #C4DAC5 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
RGB | 196 | 218 | 197 | - |
CMYK | 0.10 | 0 | 0.10 | 0.15 |
HSL | 122.73º | 0.23% | 0.81% | - |
HSV(B) | 122.73º | 0.1% | 0.85% | - |
XYZ | 57.91 | 65.91 | 62.49 | - |
YUV | 209.03 | 121.21 | 118.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 218 | 197 | 0.10 | 0 | 0.10 | 0.15 | 122.73 | 0.23 | 0.81 |
Hex | C4 | DA | C5 | A | 0 | A | F | 7B | 17 | 51 |
Octal | 304 | 332 | 305 | 12 | 0 | 12 | 17 | 173 | 27 | 121 |
Binary | 11000100 | 11011010 | 11000101 | 1010 | 0 | 1010 | 1111 | 1111011 | 10111 | 1010001 |
Color Harmonies of #C4DAC5
Complementary color
Monochromatic Colors of #C4DAC5
Black with #C4DAC5
Text Example
Text Example
White with #C4DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DAC5; }
p { color: rgb(196,218,197); }
H1.HeaderClassName
{
color: #C4DAC5;
}
.AnyTagClassName
{
color: #C4DAC5;
}
</style>
background-color css
<style>
a { background-color: #C4DAC5; }
a { background-color: rgb(196,218,197); }
div.DivClassName
{
background-color: #C4DAC5;
}
.BgClassName
{
background-color: #C4DAC5;
}
</style>
border-color css
<style>
span { border-color: #C4DAC5; }
span { border-color: rgb(196,218,197); }
td.TdClassName
{
border-color: #C4DAC5;
}
.TagClassName
{
border-color: #C4DAC5;
}
</style>