Html Css Color HEX #D9D1D0 Light Grey

📋 copy color: '#D9D1D0'

red 217 ◦ green 209 ◦ blue 208

#D9D1D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Grey #D9D1D0

Tints of Light Grey #D9D1D0

RGB

 RED value IS 217 (85.16% from 255) = 34.23%

 GREEN value IS 209 (82.03% from 255) = 32.97%

 BLUE value IS 208 (81.64% from 255) = 32.81%

R = 34.23%
G = 32.97%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D9D1D0 (or 0xD9D1D0) is known color: Light Grey. HEX triplet: D9, D1 and D0. RGB value is (217,209,208). Sum of RGB (Red+Green+Blue) = 217+209+208=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D1D0 is #262E2F. Grayscale: #D3D3D3. Windows color (decimal): -2502192 or 13685209. OLE color: 13685209.

HSL color Cylindrical-coordinate representation of color #D9D1D0: hue angle of 6.67º degrees, saturation: 0.11, 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 #D9D1D0 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 209 208 -
CMYK 0 0.04 0.04 0.15
HSL 6.67º 0.11% 0.83% -
HSV(B) 6.67º 0.04% 0.85% -
XYZ 62.8 64.91 68.89 -
YUV 211.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 217 209 208 0 0.04 0.04 0.15 6.67 0.11 0.83
Hex D9 D1 D0 0 4 4 F 7 B 53
Octal 331 321 320 0 4 4 17 7 13 123
Binary 11011001 11010001 11010000 0 100 100 1111 111 1011 1010011

Color Harmonies of #D9D1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D1D0

Black with #D9D1D0

Text Example


Text Example

White with #D9D1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D1D0; }

 p { color: rgb(217,209,208); }

 H1.HeaderClassName
 {
   color: #D9D1D0;
 }
 .AnyTagClassName
 {
   color: #D9D1D0;
 }
</style>

background-color css

<style>
 a { background-color: #D9D1D0; }

 a { background-color: rgb(217,209,208); }

 div.DivClassName
 {
   background-color: #D9D1D0;
 }
 .BgClassName
 {
   background-color: #D9D1D0;
 }
</style>

border-color css

<style>
 span { border-color: #D9D1D0; }

 span { border-color: rgb(217,209,208); }

 td.TdClassName
 {
   border-color: #D9D1D0;
 }
 .TagClassName
 {
   border-color: #D9D1D0;
 }
</style>