#D2D1EC

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

Shades of Quartz #D2D1EC

Tints of Quartz #D2D1EC

Color information

#D2D1EC (or 0xD2D1EC) is unknown color: approx Quartz. HEX triplet: D2, D1 and EC. RGB value is (210,209,236). Sum of RGB (Red+Green+Blue) = 210+209+236=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2D1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D1EC is #2D2E13. Grayscale: #D4D4D4. Windows color (decimal): -2960916 or 15520210. OLE color: 15520210.

HSL color Cylindrical-coordinate representation of color #D2D1EC: hue angle of 242.22º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2D1EC is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210209236-
CMYK0.110.1100.07
HSL242.22º41.54%87.25%-
HSV(B)242.22º11.44%92.55%-
XYZ64.5265.3688.57-
YUV212.38141.33126.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.06%
GREEN value IS 209 (82.03% from 255) = 31.91%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=32.06%
G=31.91%
B=36.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102092360.110.1100.07242.2241.5487.25
HexD2D1ECBB07f22a57
Octal32232135413130736252127
Binary110100101101000111101100101110110111111100101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D1EC; }

 p { color: rgb(210,209,236); }

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

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

 a { background-color: rgb(210,209,236); }

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

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

 span { border-color: rgb(210,209,236); }

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