Shades of Sea Mist #C3DCC2
Tints of Sea Mist #C3DCC2
RGB
CMYK
RGB Variations
Color information
#C3DCC2 (or 0xC3DCC2) is known color: Sea Mist. HEX triplet: C3, DC and C2. RGB value is (195,220,194). Sum of RGB (Red+Green+Blue) = 195+220+194=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCC2 is #3C233D. Grayscale: #D1D1D1. Windows color (decimal): -3941182 or 12770499. OLE color: 12770499.
HSL color Cylindrical-coordinate representation of color #C3DCC2: hue angle of 117.69º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DCC2 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 194 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.14 |
| HSL | 117.69º | 0.27% | 0.81% | - |
| HSV(B) | 117.69º | 0.12% | 0.86% | - |
| XYZ | 57.84 | 66.68 | 60.86 | - |
| YUV | 209.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 194 | 0.11 | 0 | 0.12 | 0.14 | 117.69 | 0.27 | 0.81 |
| Hex | C3 | DC | C2 | B | 0 | C | E | 76 | 1B | 51 |
| Octal | 303 | 334 | 302 | 13 | 0 | 14 | 16 | 166 | 33 | 121 |
| Binary | 11000011 | 11011100 | 11000010 | 1011 | 0 | 1100 | 1110 | 1110110 | 11011 | 1010001 |
Color Harmonies of #C3DCC2
Complementary color
Monochromatic Colors of #C3DCC2
Black with #C3DCC2
Text Example
Text Example
White with #C3DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCC2; }
p { color: rgb(195,220,194); }
H1.HeaderClassName
{
color: #C3DCC2;
}
.AnyTagClassName
{
color: #C3DCC2;
}
</style>
background-color css
<style>
a { background-color: #C3DCC2; }
a { background-color: rgb(195,220,194); }
div.DivClassName
{
background-color: #C3DCC2;
}
.BgClassName
{
background-color: #C3DCC2;
}
</style>
border-color css
<style>
span { border-color: #C3DCC2; }
span { border-color: rgb(195,220,194); }
td.TdClassName
{
border-color: #C3DCC2;
}
.TagClassName
{
border-color: #C3DCC2;
}
</style>