Shades of Sea Mist #C3DEC3
Tints of Sea Mist #C3DEC3
RGB
CMYK
RGB Variations
Color information
#C3DEC3 (or 0xC3DEC3) is known color: Sea Mist. HEX triplet: C3, DE and C3. RGB value is (195,222,195). Sum of RGB (Red+Green+Blue) = 195+222+195=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DEC3 is #3C213C. Grayscale: #D2D2D2. Windows color (decimal): -3940669 or 12836547. OLE color: 12836547.
HSL color Cylindrical-coordinate representation of color #C3DEC3: hue angle of 120º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DEC3 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 195 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.13 |
| HSL | 120º | 0.29% | 0.82% | - |
| HSV(B) | 120º | 0.12% | 0.87% | - |
| XYZ | 58.48 | 67.78 | 61.63 | - |
| YUV | 210.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 195 | 0.12 | 0 | 0.12 | 0.13 | 120 | 0.29 | 0.82 |
| Hex | C3 | DE | C3 | C | 0 | C | D | 78 | 1D | 52 |
| Octal | 303 | 336 | 303 | 14 | 0 | 14 | 15 | 170 | 35 | 122 |
| Binary | 11000011 | 11011110 | 11000011 | 1100 | 0 | 1100 | 1101 | 1111000 | 11101 | 1010010 |
Color Harmonies of #C3DEC3
Complementary color
Monochromatic Colors of #C3DEC3
Black with #C3DEC3
Text Example
Text Example
White with #C3DEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DEC3; }
p { color: rgb(195,222,195); }
H1.HeaderClassName
{
color: #C3DEC3;
}
.AnyTagClassName
{
color: #C3DEC3;
}
</style>
background-color css
<style>
a { background-color: #C3DEC3; }
a { background-color: rgb(195,222,195); }
div.DivClassName
{
background-color: #C3DEC3;
}
.BgClassName
{
background-color: #C3DEC3;
}
</style>
border-color css
<style>
span { border-color: #C3DEC3; }
span { border-color: rgb(195,222,195); }
td.TdClassName
{
border-color: #C3DEC3;
}
.TagClassName
{
border-color: #C3DEC3;
}
</style>