#D2D4EE

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

Shades of Quartz #D2D4EE

Tints of Quartz #D2D4EE

Color information

#D2D4EE (or 0xD2D4EE) is unknown color: approx Quartz. HEX triplet: D2, D4 and EE. RGB value is (210,212,238). Sum of RGB (Red+Green+Blue) = 210+212+238=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2D4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D4EE is #2D2B11. Grayscale: #D6D6D6. Windows color (decimal): -2960146 or 15652050. OLE color: 15652050.

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

Color convert

RGB210212238-
CMYK0.120.1100.07
HSL235.71º45.16%87.84%-
HSV(B)235.71º11.76%93.33%-
XYZ65.5566.9690.36-
YUV214.37141.34124.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.82%
GREEN value IS 212 (83.20% from 255) = 32.12%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=31.82%
G=32.12%
B=36.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102122380.120.1100.07235.7145.1687.84
HexD2D4EECB07ec2d58
Octal32232435614130735455130
Binary110100101101010011101110110010110111111011001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D4EE; }

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

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

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

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

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

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

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

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