Shades of Sea Mist #C4D4C3
Tints of Sea Mist #C4D4C3
RGB
CMYK
RGB Variations
Color information
#C4D4C3 (or 0xC4D4C3) is known color: Sea Mist. HEX triplet: C4, D4 and C3. RGB value is (196,212,195). Sum of RGB (Red+Green+Blue) = 196+212+195=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4C3 is #3B2B3C. Grayscale: #CDCDCD. Windows color (decimal): -3877693 or 12833988. OLE color: 12833988.
HSL color Cylindrical-coordinate representation of color #C4D4C3: hue angle of 116.47º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4D4C3 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
RGB | 196 | 212 | 195 | - |
CMYK | 0.08 | 0 | 0.08 | 0.17 |
HSL | 116.47º | 0.17% | 0.8% | - |
HSV(B) | 116.47º | 0.08% | 0.83% | - |
XYZ | 56.16 | 62.76 | 60.78 | - |
YUV | 205.28 | 122.2 | 121.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 212 | 195 | 0.08 | 0 | 0.08 | 0.17 | 116.47 | 0.17 | 0.8 |
Hex | C4 | D4 | C3 | 8 | 0 | 8 | 11 | 74 | 11 | 50 |
Octal | 304 | 324 | 303 | 10 | 0 | 10 | 21 | 164 | 21 | 120 |
Binary | 11000100 | 11010100 | 11000011 | 1000 | 0 | 1000 | 10001 | 1110100 | 10001 | 1010000 |
Color Harmonies of #C4D4C3
Complementary color
Monochromatic Colors of #C4D4C3
Black with #C4D4C3
Text Example
Text Example
White with #C4D4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D4C3; }
p { color: rgb(196,212,195); }
H1.HeaderClassName
{
color: #C4D4C3;
}
.AnyTagClassName
{
color: #C4D4C3;
}
</style>
background-color css
<style>
a { background-color: #C4D4C3; }
a { background-color: rgb(196,212,195); }
div.DivClassName
{
background-color: #C4D4C3;
}
.BgClassName
{
background-color: #C4D4C3;
}
</style>
border-color css
<style>
span { border-color: #C4D4C3; }
span { border-color: rgb(196,212,195); }
td.TdClassName
{
border-color: #C4D4C3;
}
.TagClassName
{
border-color: #C4D4C3;
}
</style>