#D3D2EA

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

Shades of Quartz #D3D2EA

Tints of Quartz #D3D2EA

Color information

#D3D2EA (or 0xD3D2EA) is unknown color: approx Quartz. HEX triplet: D3, D2 and EA. RGB value is (211,210,234). Sum of RGB (Red+Green+Blue) = 211+210+234=655 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.21% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3D2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D2EA is #2C2D15. Grayscale: #D4D4D4. Windows color (decimal): -2895126 or 15389395. OLE color: 15389395.

HSL color Cylindrical-coordinate representation of color #D3D2EA: hue angle of 242.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3D2EA is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211210234-
CMYK0.100.1000.08
HSL242.5º36.36%87.06%-
HSV(B)242.5º10.26%91.76%-
XYZ64.7665.8887.15-
YUV213.03139.83126.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.21%
GREEN value IS 210 (82.42% from 255) = 32.06%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=32.21%
G=32.06%
B=35.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112102340.100.1000.08242.536.3687.06
HexD3D2EAAA08f22457
Octal323322352121201036244127
Binary1101001111010010111010101010101001000111100101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D2EA; }

 p { color: rgb(211,210,234); }

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

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

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

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

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

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

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