Shades of Sea Mist #C4D0C6
Tints of Sea Mist #C4D0C6
RGB
CMYK
RGB Variations
Color information
#C4D0C6 (or 0xC4D0C6) is known color: Sea Mist. HEX triplet: C4, D0 and C6. RGB value is (196,208,198). Sum of RGB (Red+Green+Blue) = 196+208+198=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0C6 is #3B2F39. Grayscale: #CBCBCB. Windows color (decimal): -3878714 or 13029572. OLE color: 13029572.
HSL color Cylindrical-coordinate representation of color #C4D0C6: hue angle of 130º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4D0C6 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
RGB | 196 | 208 | 198 | - |
CMYK | 0.06 | 0 | 0.05 | 0.18 |
HSL | 130º | 0.11% | 0.79% | - |
HSV(B) | 130º | 0.06% | 0.82% | - |
XYZ | 55.51 | 60.92 | 62.26 | - |
YUV | 203.27 | 125.02 | 122.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 208 | 198 | 0.06 | 0 | 0.05 | 0.18 | 130 | 0.11 | 0.79 |
Hex | C4 | D0 | C6 | 6 | 0 | 5 | 12 | 82 | B | 4F |
Octal | 304 | 320 | 306 | 6 | 0 | 5 | 22 | 202 | 13 | 117 |
Binary | 11000100 | 11010000 | 11000110 | 110 | 0 | 101 | 10010 | 10000010 | 1011 | 1001111 |
Color Harmonies of #C4D0C6
Complementary color
Monochromatic Colors of #C4D0C6
Black with #C4D0C6
Text Example
Text Example
White with #C4D0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0C6; }
p { color: rgb(196,208,198); }
H1.HeaderClassName
{
color: #C4D0C6;
}
.AnyTagClassName
{
color: #C4D0C6;
}
</style>
background-color css
<style>
a { background-color: #C4D0C6; }
a { background-color: rgb(196,208,198); }
div.DivClassName
{
background-color: #C4D0C6;
}
.BgClassName
{
background-color: #C4D0C6;
}
</style>
border-color css
<style>
span { border-color: #C4D0C6; }
span { border-color: rgb(196,208,198); }
td.TdClassName
{
border-color: #C4D0C6;
}
.TagClassName
{
border-color: #C4D0C6;
}
</style>