#D4D2DF

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

Shades of Quartz #D4D2DF

Tints of Quartz #D4D2DF

Color information

#D4D2DF (or 0xD4D2DF) is unknown color: approx Quartz. HEX triplet: D4, D2 and DF. RGB value is (212,210,223). Sum of RGB (Red+Green+Blue) = 212+210+223=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2DF is #2B2D20. Grayscale: #D4D4D4. Windows color (decimal): -2829601 or 14668500. OLE color: 14668500.

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

Color convert

RGB212210223-
CMYK0.050.0600.13
HSL249.23º16.88%84.9%-
HSV(B)249.23º5.83%87.45%-
XYZ63.5265.4279.09-
YUV212.08134.16127.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.87%
GREEN value IS 210 (82.42% from 255) = 32.56%
BLUE value IS 223 (87.5% from 255) = 34.57%
R=32.87%
G=32.56%
B=34.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122102230.050.0600.13249.2316.8884.9
HexD4D2DF560Df91155
Octal3243223375601537121125
Binary1101010011010010110111111011100110111111001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2DF; }

 p { color: rgb(212,210,223); }

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

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

 a { background-color: rgb(212,210,223); }

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

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

 span { border-color: rgb(212,210,223); }

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