Shades of Sea Mist #C3DFC5
Tints of Sea Mist #C3DFC5
RGB
CMYK
RGB Variations
Color information
#C3DFC5 (or 0xC3DFC5) is known color: Sea Mist. HEX triplet: C3, DF and C5. RGB value is (195,223,197). Sum of RGB (Red+Green+Blue) = 195+223+197=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFC5 is #3C203A. Grayscale: #D3D3D3. Windows color (decimal): -3940411 or 12967875. OLE color: 12967875.
HSL color Cylindrical-coordinate representation of color #C3DFC5: hue angle of 124.29º degrees, saturation: 0.3, 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 #C3DFC5 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 197 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.13 |
| HSL | 124.29º | 0.3% | 0.82% | - |
| HSV(B) | 124.29º | 0.13% | 0.87% | - |
| XYZ | 58.97 | 68.41 | 62.92 | - |
| YUV | 211.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 197 | 0.13 | 0 | 0.12 | 0.13 | 124.29 | 0.3 | 0.82 |
| Hex | C3 | DF | C5 | D | 0 | C | D | 7C | 1E | 52 |
| Octal | 303 | 337 | 305 | 15 | 0 | 14 | 15 | 174 | 36 | 122 |
| Binary | 11000011 | 11011111 | 11000101 | 1101 | 0 | 1100 | 1101 | 1111100 | 11110 | 1010010 |
Color Harmonies of #C3DFC5
Complementary color
Monochromatic Colors of #C3DFC5
Black with #C3DFC5
Text Example
Text Example
White with #C3DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DFC5; }
p { color: rgb(195,223,197); }
H1.HeaderClassName
{
color: #C3DFC5;
}
.AnyTagClassName
{
color: #C3DFC5;
}
</style>
background-color css
<style>
a { background-color: #C3DFC5; }
a { background-color: rgb(195,223,197); }
div.DivClassName
{
background-color: #C3DFC5;
}
.BgClassName
{
background-color: #C3DFC5;
}
</style>
border-color css
<style>
span { border-color: #C3DFC5; }
span { border-color: rgb(195,223,197); }
td.TdClassName
{
border-color: #C3DFC5;
}
.TagClassName
{
border-color: #C3DFC5;
}
</style>