Shades of Sea Mist #D0D5D0
Tints of Sea Mist #D0D5D0
RGB
CMYK
RGB Variations
Color information
#D0D5D0 (or 0xD0D5D0) is known color: Sea Mist. HEX triplet: D0, D5 and D0. RGB value is (208,213,208). Sum of RGB (Red+Green+Blue) = 208+213+208=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5D0 is #2F2A2F. Grayscale: #D2D2D2. Windows color (decimal): -3090992 or 13686224. OLE color: 13686224.
HSL color Cylindrical-coordinate representation of color #D0D5D0: hue angle of 120º degrees, saturation: 0.06, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0D5D0 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 213 | 208 | - |
CMYK | 0.02 | 0 | 0.02 | 0.16 |
HSL | 120º | 0.06% | 0.83% | - |
HSV(B) | 120º | 0.02% | 0.84% | - |
XYZ | 61.19 | 65.55 | 69.1 | - |
YUV | 210.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 213 | 208 | 0.02 | 0 | 0.02 | 0.16 | 120 | 0.06 | 0.83 |
Hex | D0 | D5 | D0 | 2 | 0 | 2 | 10 | 78 | 6 | 53 |
Octal | 320 | 325 | 320 | 2 | 0 | 2 | 20 | 170 | 6 | 123 |
Binary | 11010000 | 11010101 | 11010000 | 10 | 0 | 10 | 10000 | 1111000 | 110 | 1010011 |
Color Harmonies of #D0D5D0
Complementary color
Monochromatic Colors of #D0D5D0
Black with #D0D5D0
Text Example
Text Example
White with #D0D5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D5D0; }
p { color: rgb(208,213,208); }
H1.HeaderClassName
{
color: #D0D5D0;
}
.AnyTagClassName
{
color: #D0D5D0;
}
</style>
background-color css
<style>
a { background-color: #D0D5D0; }
a { background-color: rgb(208,213,208); }
div.DivClassName
{
background-color: #D0D5D0;
}
.BgClassName
{
background-color: #D0D5D0;
}
</style>
border-color css
<style>
span { border-color: #D0D5D0; }
span { border-color: rgb(208,213,208); }
td.TdClassName
{
border-color: #D0D5D0;
}
.TagClassName
{
border-color: #D0D5D0;
}
</style>