#D1D0DF

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

Shades of Quartz #D1D0DF

Tints of Quartz #D1D0DF

Color information

#D1D0DF (or 0xD1D0DF) is unknown color: approx Quartz. HEX triplet: D1, D0 and DF. RGB value is (209,208,223). Sum of RGB (Red+Green+Blue) = 209+208+223=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0DF is #2E2F20. Grayscale: #D1D1D1. Windows color (decimal): -3026721 or 14667985. OLE color: 14667985.

HSL color Cylindrical-coordinate representation of color #D1D0DF: hue angle of 244º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1D0DF is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209208223-
CMYK0.060.0700.13
HSL244º18.99%84.51%-
HSV(B)244º6.73%87.45%-
XYZ62.1763.9978.89-
YUV210.01135.33127.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.66%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=32.66%
G=32.5%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092082230.060.0700.1324418.9984.51
HexD1D0DF670Df41355
Octal3213203376701536423125
Binary1101000111010000110111111101110110111110100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D0DF; }

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

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

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

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

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

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

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

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