Shades of Sea Mist #C3DFC2
Tints of Sea Mist #C3DFC2
RGB
CMYK
RGB Variations
Color information
#C3DFC2 (or 0xC3DFC2) is known color: Sea Mist. HEX triplet: C3, DF and C2. RGB value is (195,223,194). Sum of RGB (Red+Green+Blue) = 195+223+194=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFC2 is #3C203D. Grayscale: #D3D3D3. Windows color (decimal): -3940414 or 12771267. OLE color: 12771267.
HSL color Cylindrical-coordinate representation of color #C3DFC2: hue angle of 117.93º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3DFC2 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 194 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.13 |
| HSL | 117.93º | 0.31% | 0.82% | - |
| HSV(B) | 117.93º | 0.13% | 0.87% | - |
| XYZ | 58.63 | 68.27 | 61.13 | - |
| YUV | 211.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 194 | 0.13 | 0 | 0.13 | 0.13 | 117.93 | 0.31 | 0.82 |
| Hex | C3 | DF | C2 | D | 0 | D | D | 76 | 1F | 52 |
| Octal | 303 | 337 | 302 | 15 | 0 | 15 | 15 | 166 | 37 | 122 |
| Binary | 11000011 | 11011111 | 11000010 | 1101 | 0 | 1101 | 1101 | 1110110 | 11111 | 1010010 |
Color Harmonies of #C3DFC2
Complementary color
Monochromatic Colors of #C3DFC2
Black with #C3DFC2
Text Example
Text Example
White with #C3DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DFC2; }
p { color: rgb(195,223,194); }
H1.HeaderClassName
{
color: #C3DFC2;
}
.AnyTagClassName
{
color: #C3DFC2;
}
</style>
background-color css
<style>
a { background-color: #C3DFC2; }
a { background-color: rgb(195,223,194); }
div.DivClassName
{
background-color: #C3DFC2;
}
.BgClassName
{
background-color: #C3DFC2;
}
</style>
border-color css
<style>
span { border-color: #C3DFC2; }
span { border-color: rgb(195,223,194); }
td.TdClassName
{
border-color: #C3DFC2;
}
.TagClassName
{
border-color: #C3DFC2;
}
</style>