#D2D2EE

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

Shades of Quartz #D2D2EE

Tints of Quartz #D2D2EE

Color information

#D2D2EE (or 0xD2D2EE) is unknown color: approx Quartz. HEX triplet: D2, D2 and EE. RGB value is (210,210,238). Sum of RGB (Red+Green+Blue) = 210+210+238=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D2EE is #2D2D11. Grayscale: #D5D5D5. Windows color (decimal): -2960658 or 15651538. OLE color: 15651538.

HSL color Cylindrical-coordinate representation of color #D2D2EE: hue angle of 240º 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 #D2D2EE is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210210238-
CMYK0.120.1200.07
HSL240º45.16%87.84%-
HSV(B)240º11.76%93.33%-
XYZ65.0665.9790.19-
YUV213.19142125.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 210 (82.42% from 255) = 31.91%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=31.91%
G=31.91%
B=36.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102102380.120.1200.0724045.1687.84
HexD2D2EECC07f02d58
Octal32232235614140736055130
Binary110100101101001011101110110011000111111100001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D2EE; }

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

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

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

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

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

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

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

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