#D3D3EB

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

Shades of Quartz #D3D3EB

Tints of Quartz #D3D3EB

Color information

#D3D3EB (or 0xD3D3EB) is unknown color: approx Quartz. HEX triplet: D3, D3 and EB. RGB value is (211,211,235). Sum of RGB (Red+Green+Blue) = 211+211+235=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D3EB is #2C2C14. Grayscale: #D5D5D5. Windows color (decimal): -2894869 or 15455187. OLE color: 15455187.

HSL color Cylindrical-coordinate representation of color #D3D3EB: hue angle of 240º degrees, saturation: 0.37, 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 #D3D3EB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211211235-
CMYK0.100.1000.08
HSL240º37.5%87.45%-
HSV(B)240º10.21%92.16%-
XYZ65.1566.4487.99-
YUV213.74140126.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.12%
GREEN value IS 211 (82.81% from 255) = 32.12%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=32.12%
G=32.12%
B=35.77%

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
Decimal2112112350.100.1000.0824037.587.45
HexD3D3EBAA08f02557
Octal323323353121201036045127
Binary1101001111010011111010111010101001000111100001001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D3EB; }

 p { color: rgb(211,211,235); }

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

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

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

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

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

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

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