Shades of Sea Mist #C4DDC5
Tints of Sea Mist #C4DDC5
RGB
CMYK
RGB Variations
Color information
#C4DDC5 (or 0xC4DDC5) is known color: Sea Mist. HEX triplet: C4, DD and C5. RGB value is (196,221,197). Sum of RGB (Red+Green+Blue) = 196+221+197=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDC5 is #3B223A. Grayscale: #D2D2D2. Windows color (decimal): -3875387 or 12967364. OLE color: 12967364.
HSL color Cylindrical-coordinate representation of color #C4DDC5: hue angle of 122.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DDC5 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 196 | 221 | 197 | - |
CMYK | 0.11 | 0 | 0.11 | 0.13 |
HSL | 122.4º | 0.27% | 0.82% | - |
HSV(B) | 122.4º | 0.11% | 0.87% | - |
XYZ | 58.7 | 67.48 | 62.75 | - |
YUV | 210.79 | 120.22 | 117.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 221 | 197 | 0.11 | 0 | 0.11 | 0.13 | 122.4 | 0.27 | 0.82 |
Hex | C4 | DD | C5 | B | 0 | B | D | 7A | 1B | 52 |
Octal | 304 | 335 | 305 | 13 | 0 | 13 | 15 | 172 | 33 | 122 |
Binary | 11000100 | 11011101 | 11000101 | 1011 | 0 | 1011 | 1101 | 1111010 | 11011 | 1010010 |
Color Harmonies of #C4DDC5
Complementary color
Monochromatic Colors of #C4DDC5
Black with #C4DDC5
Text Example
Text Example
White with #C4DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DDC5; }
p { color: rgb(196,221,197); }
H1.HeaderClassName
{
color: #C4DDC5;
}
.AnyTagClassName
{
color: #C4DDC5;
}
</style>
background-color css
<style>
a { background-color: #C4DDC5; }
a { background-color: rgb(196,221,197); }
div.DivClassName
{
background-color: #C4DDC5;
}
.BgClassName
{
background-color: #C4DDC5;
}
</style>
border-color css
<style>
span { border-color: #C4DDC5; }
span { border-color: rgb(196,221,197); }
td.TdClassName
{
border-color: #C4DDC5;
}
.TagClassName
{
border-color: #C4DDC5;
}
</style>