Shades of Sea Mist #C4DCC3
Tints of Sea Mist #C4DCC3
RGB
CMYK
RGB Variations
Color information
#C4DCC3 (or 0xC4DCC3) is known color: Sea Mist. HEX triplet: C4, DC and C3. RGB value is (196,220,195). Sum of RGB (Red+Green+Blue) = 196+220+195=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCC3 is #3B233C. Grayscale: #D2D2D2. Windows color (decimal): -3875645 or 12836036. OLE color: 12836036.
HSL color Cylindrical-coordinate representation of color #C4DCC3: hue angle of 117.6º degrees, saturation: 0.26, 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 #C4DCC3 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 196 | 220 | 195 | - |
CMYK | 0.11 | 0 | 0.11 | 0.14 |
HSL | 117.6º | 0.26% | 0.81% | - |
HSV(B) | 117.6º | 0.11% | 0.86% | - |
XYZ | 58.21 | 66.86 | 61.47 | - |
YUV | 209.97 | 119.55 | 118.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 220 | 195 | 0.11 | 0 | 0.11 | 0.14 | 117.6 | 0.26 | 0.81 |
Hex | C4 | DC | C3 | B | 0 | B | E | 76 | 1A | 51 |
Octal | 304 | 334 | 303 | 13 | 0 | 13 | 16 | 166 | 32 | 121 |
Binary | 11000100 | 11011100 | 11000011 | 1011 | 0 | 1011 | 1110 | 1110110 | 11010 | 1010001 |
Color Harmonies of #C4DCC3
Complementary color
Monochromatic Colors of #C4DCC3
Black with #C4DCC3
Text Example
Text Example
White with #C4DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCC3; }
p { color: rgb(196,220,195); }
H1.HeaderClassName
{
color: #C4DCC3;
}
.AnyTagClassName
{
color: #C4DCC3;
}
</style>
background-color css
<style>
a { background-color: #C4DCC3; }
a { background-color: rgb(196,220,195); }
div.DivClassName
{
background-color: #C4DCC3;
}
.BgClassName
{
background-color: #C4DCC3;
}
</style>
border-color css
<style>
span { border-color: #C4DCC3; }
span { border-color: rgb(196,220,195); }
td.TdClassName
{
border-color: #C4DCC3;
}
.TagClassName
{
border-color: #C4DCC3;
}
</style>