#D1D0D7

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

Shades of Ghost #D1D0D7

Tints of Ghost #D1D0D7

Color information

#D1D0D7 (or 0xD1D0D7) is unknown color: approx Ghost. HEX triplet: D1, D0 and D7. RGB value is (209,208,215). Sum of RGB (Red+Green+Blue) = 209+208+215=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1D0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0D7 is #2E2F28. Grayscale: #D1D1D1. Windows color (decimal): -3026729 or 14143697. OLE color: 14143697.

HSL color Cylindrical-coordinate representation of color #D1D0D7: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1D0D7 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209208215-
CMYK0.030.0300.16
HSL248.57º8.05%82.94%-
HSV(B)248.57º3.26%84.31%-
XYZ61.1263.5773.34-
YUV209.1131.33127.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.07%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 215 (84.38% from 255) = 34.02%
R=33.07%
G=32.91%
B=34.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092082150.030.0300.16248.578.0582.94
HexD1D0D733010f9853
Octal3213203273302037110123
Binary11010001110100001101011111110100001111100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D0D7; }

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

 H1.HeaderClassName
 {
   color: #D1D0D7;
 }
 .AnyTagClassName
 {
   color: #D1D0D7;
 }
</style>
background-color css

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

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

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

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

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

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