#DBD7ED

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

Shades of Quartz #DBD7ED

Tints of Quartz #DBD7ED

Color information

#DBD7ED (or 0xDBD7ED) is unknown color: approx Quartz. HEX triplet: DB, D7 and ED. RGB value is (219,215,237). Sum of RGB (Red+Green+Blue) = 219+215+237=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD7ED is #242812. Grayscale: #DADADA. Windows color (decimal): -2369555 or 15587291. OLE color: 15587291.

HSL color Cylindrical-coordinate representation of color #DBD7ED: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD7ED is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219215237-
CMYK0.080.0900.07
HSL250.91º37.93%88.63%-
HSV(B)250.91º9.28%92.94%-
XYZ68.869.7889.96-
YUV218.7138.33128.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.64%
GREEN value IS 215 (84.38% from 255) = 32.04%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=32.64%
G=32.04%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192152370.080.0900.07250.9137.9388.63
HexDBD7ED8907fb2659
Octal33332735510110737346131
Binary110110111101011111101101100010010111111110111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7ED; }

 p { color: rgb(219,215,237); }

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

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

 a { background-color: rgb(219,215,237); }

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

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

 span { border-color: rgb(219,215,237); }

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