Shades of Sea Mist #D1D2D1
Tints of Sea Mist #D1D2D1
RGB
CMYK
RGB Variations
Color information
#D1D2D1 (or 0xD1D2D1) is known color: Sea Mist. HEX triplet: D1, D2 and D1. RGB value is (209,210,209). Sum of RGB (Red+Green+Blue) = 209+210+209=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D2D1 is #2E2D2E. Grayscale: #D1D1D1. Windows color (decimal): -3026223 or 13750993. OLE color: 13750993.
HSL color Cylindrical-coordinate representation of color #D1D2D1: hue angle of 120º degrees, saturation: 0.01, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0%. Process color model (Four color, CMYK) of #D1D2D1 is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 210 | 209 | - |
CMYK | 0.00 | 0 | 0.00 | 0.18 |
HSL | 120º | 0.01% | 0.82% | - |
HSV(B) | 120º | 0% | 0.82% | - |
XYZ | 60.85 | 64.25 | 69.52 | - |
YUV | 209.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 210 | 209 | 0.00 | 0 | 0.00 | 0.18 | 120 | 0.01 | 0.82 |
Hex | D1 | D2 | D1 | 0 | 0 | 0 | 12 | 78 | 1 | 52 |
Octal | 321 | 322 | 321 | 0 | 0 | 0 | 22 | 170 | 1 | 122 |
Binary | 11010001 | 11010010 | 11010001 | 0 | 0 | 0 | 10010 | 1111000 | 1 | 1010010 |
Color Harmonies of #D1D2D1
Complementary color
Monochromatic Colors of #D1D2D1
Black with #D1D2D1
Text Example
Text Example
White with #D1D2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2D1; }
p { color: rgb(209,210,209); }
H1.HeaderClassName
{
color: #D1D2D1;
}
.AnyTagClassName
{
color: #D1D2D1;
}
</style>
background-color css
<style>
a { background-color: #D1D2D1; }
a { background-color: rgb(209,210,209); }
div.DivClassName
{
background-color: #D1D2D1;
}
.BgClassName
{
background-color: #D1D2D1;
}
</style>
border-color css
<style>
span { border-color: #D1D2D1; }
span { border-color: rgb(209,210,209); }
td.TdClassName
{
border-color: #D1D2D1;
}
.TagClassName
{
border-color: #D1D2D1;
}
</style>