Shades of Sea Mist #C4D0C5
Tints of Sea Mist #C4D0C5
RGB
CMYK
RGB Variations
Color information
#C4D0C5 (or 0xC4D0C5) is known color: Sea Mist. HEX triplet: C4, D0 and C5. RGB value is (196,208,197). Sum of RGB (Red+Green+Blue) = 196+208+197=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0C5 is #3B2F3A. Grayscale: #CBCBCB. Windows color (decimal): -3878715 or 12964036. OLE color: 12964036.
HSL color Cylindrical-coordinate representation of color #C4D0C5: hue angle of 125º 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 #C4D0C5 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 197 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.18 |
| HSL | 125º | 0.11% | 0.79% | - |
| HSV(B) | 125º | 0.06% | 0.82% | - |
| XYZ | 55.4 | 60.88 | 61.65 | - |
| YUV | 203.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 197 | 0.06 | 0 | 0.05 | 0.18 | 125 | 0.11 | 0.79 |
| Hex | C4 | D0 | C5 | 6 | 0 | 5 | 12 | 7D | B | 4F |
| Octal | 304 | 320 | 305 | 6 | 0 | 5 | 22 | 175 | 13 | 117 |
| Binary | 11000100 | 11010000 | 11000101 | 110 | 0 | 101 | 10010 | 1111101 | 1011 | 1001111 |
Color Harmonies of #C4D0C5
Complementary color
Monochromatic Colors of #C4D0C5
Black with #C4D0C5
Text Example
Text Example
White with #C4D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0C5; }
p { color: rgb(196,208,197); }
H1.HeaderClassName
{
color: #C4D0C5;
}
.AnyTagClassName
{
color: #C4D0C5;
}
</style>
background-color css
<style>
a { background-color: #C4D0C5; }
a { background-color: rgb(196,208,197); }
div.DivClassName
{
background-color: #C4D0C5;
}
.BgClassName
{
background-color: #C4D0C5;
}
</style>
border-color css
<style>
span { border-color: #C4D0C5; }
span { border-color: rgb(196,208,197); }
td.TdClassName
{
border-color: #C4D0C5;
}
.TagClassName
{
border-color: #C4D0C5;
}
</style>