Shades of Sea Mist #C3D2C5
Tints of Sea Mist #C3D2C5
RGB
CMYK
RGB Variations
Color information
#C3D2C5 (or 0xC3D2C5) is known color: Sea Mist. HEX triplet: C3, D2 and C5. RGB value is (195,210,197). Sum of RGB (Red+Green+Blue) = 195+210+197=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2C5 is #3C2D3A. Grayscale: #CCCCCC. Windows color (decimal): -3943739 or 12964547. OLE color: 12964547.
HSL color Cylindrical-coordinate representation of color #C3D2C5: hue angle of 128º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3D2C5 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 197 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.18 |
| HSL | 128º | 0.14% | 0.79% | - |
| HSV(B) | 128º | 0.07% | 0.82% | - |
| XYZ | 55.63 | 61.73 | 61.81 | - |
| YUV | 204.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 197 | 0.07 | 0 | 0.06 | 0.18 | 128 | 0.14 | 0.79 |
| Hex | C3 | D2 | C5 | 7 | 0 | 6 | 12 | 80 | E | 4F |
| Octal | 303 | 322 | 305 | 7 | 0 | 6 | 22 | 200 | 16 | 117 |
| Binary | 11000011 | 11010010 | 11000101 | 111 | 0 | 110 | 10010 | 10000000 | 1110 | 1001111 |
Color Harmonies of #C3D2C5
Complementary color
Monochromatic Colors of #C3D2C5
Black with #C3D2C5
Text Example
Text Example
White with #C3D2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D2C5; }
p { color: rgb(195,210,197); }
H1.HeaderClassName
{
color: #C3D2C5;
}
.AnyTagClassName
{
color: #C3D2C5;
}
</style>
background-color css
<style>
a { background-color: #C3D2C5; }
a { background-color: rgb(195,210,197); }
div.DivClassName
{
background-color: #C3D2C5;
}
.BgClassName
{
background-color: #C3D2C5;
}
</style>
border-color css
<style>
span { border-color: #C3D2C5; }
span { border-color: rgb(195,210,197); }
td.TdClassName
{
border-color: #C3D2C5;
}
.TagClassName
{
border-color: #C3D2C5;
}
</style>