#D3D5ED

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

Shades of Quartz #D3D5ED

Tints of Quartz #D3D5ED

Color information

#D3D5ED (or 0xD3D5ED) is unknown color: approx Quartz. HEX triplet: D3, D5 and ED. RGB value is (211,213,237). Sum of RGB (Red+Green+Blue) = 211+213+237=661 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.92% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3D5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D5ED is #2C2A12. Grayscale: #D7D7D7. Windows color (decimal): -2894355 or 15586771. OLE color: 15586771.

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

Color convert

RGB211213237-
CMYK0.110.1000.07
HSL235.38º41.94%87.84%-
HSV(B)235.38º10.97%92.94%-
XYZ65.9467.5589.68-
YUV215.14140.34125.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.92%
GREEN value IS 213 (83.59% from 255) = 32.22%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=31.92%
G=32.22%
B=35.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112132370.110.1000.07235.3841.9487.84
HexD3D5EDBA07eb2a58
Octal32332535513120735352130
Binary110100111101010111101101101110100111111010111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D5ED; }

 p { color: rgb(211,213,237); }

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

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

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

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

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

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

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