#DBD7EB

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

Shades of Quartz #DBD7EB

Tints of Quartz #DBD7EB

Color information

#DBD7EB (or 0xDBD7EB) is unknown color: approx Quartz. HEX triplet: DB, D7 and EB. RGB value is (219,215,235). Sum of RGB (Red+Green+Blue) = 219+215+235=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD7EB is #242814. Grayscale: #DADADA. Windows color (decimal): -2369557 or 15456219. OLE color: 15456219.

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

Color convert

RGB219215235-
CMYK0.070.0900.08
HSL252º33.33%88.24%-
HSV(B)252º8.51%92.16%-
XYZ68.5169.6688.43-
YUV218.48137.33128.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 215 (84.38% from 255) = 32.14%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=32.74%
G=32.14%
B=35.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192152350.070.0900.0825233.3388.24
HexDBD7EB7908fc2158
Octal33332735371101037441130
Binary110110111101011111101011111100101000111111001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7EB; }

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

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

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

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

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

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

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

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