#D1D2D1

Color #D1D2D1 Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #D1D2D1

Tints of Sea Mist #D1D2D1

Color information

#D1D2D1 (or 0xD1D2D1) is unknown color: approx 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

RGB209210209-
CMYK0.0000.000.18
HSL120º1.1%82.16%-
HSV(B)120º0.48%82.35%-
XYZ60.8564.2569.52-
YUV209.59127.67127.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 33.28%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 209 (82.03% from 255) = 33.28%
R=33.28%
G=33.44%
B=33.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092102090.0000.000.181201.182.16
HexD1D2D10001278152
Octal321322321000221701122
Binary11010001110100101101000100010010111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>