Shades of Sea Mist #D0D8D0
Tints of Sea Mist #D0D8D0
RGB
CMYK
RGB Variations
Color information
#D0D8D0 (or 0xD0D8D0) is known color: Sea Mist. HEX triplet: D0, D8 and D0. RGB value is (208,216,208). Sum of RGB (Red+Green+Blue) = 208+216+208=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8D0 is #2F272F. Grayscale: #D4D4D4. Windows color (decimal): -3090224 or 13686992. OLE color: 13686992.
HSL color Cylindrical-coordinate representation of color #D0D8D0: hue angle of 120º degrees, saturation: 0.09, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0D8D0 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 208 | 216 | 208 | - |
CMYK | 0.04 | 0 | 0.04 | 0.15 |
HSL | 120º | 0.09% | 0.83% | - |
HSV(B) | 120º | 0.04% | 0.85% | - |
XYZ | 61.95 | 67.08 | 69.36 | - |
YUV | 212.7 | 125.35 | 124.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 216 | 208 | 0.04 | 0 | 0.04 | 0.15 | 120 | 0.09 | 0.83 |
Hex | D0 | D8 | D0 | 4 | 0 | 4 | F | 78 | 9 | 53 |
Octal | 320 | 330 | 320 | 4 | 0 | 4 | 17 | 170 | 11 | 123 |
Binary | 11010000 | 11011000 | 11010000 | 100 | 0 | 100 | 1111 | 1111000 | 1001 | 1010011 |
Color Harmonies of #D0D8D0
Complementary color
Monochromatic Colors of #D0D8D0
Black with #D0D8D0
Text Example
Text Example
White with #D0D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8D0; }
p { color: rgb(208,216,208); }
H1.HeaderClassName
{
color: #D0D8D0;
}
.AnyTagClassName
{
color: #D0D8D0;
}
</style>
background-color css
<style>
a { background-color: #D0D8D0; }
a { background-color: rgb(208,216,208); }
div.DivClassName
{
background-color: #D0D8D0;
}
.BgClassName
{
background-color: #D0D8D0;
}
</style>
border-color css
<style>
span { border-color: #D0D8D0; }
span { border-color: rgb(208,216,208); }
td.TdClassName
{
border-color: #D0D8D0;
}
.TagClassName
{
border-color: #D0D8D0;
}
</style>