#DBD7EA

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

Shades of Quartz #DBD7EA

Tints of Quartz #DBD7EA

Color information

#DBD7EA (or 0xDBD7EA) is unknown color: approx Quartz. HEX triplet: DB, D7 and EA. RGB value is (219,215,234). Sum of RGB (Red+Green+Blue) = 219+215+234=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD7EA is #242815. Grayscale: #DADADA. Windows color (decimal): -2369558 or 15390683. OLE color: 15390683.

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

Color convert

RGB219215234-
CMYK0.060.0800.08
HSL252.63º31.15%88.04%-
HSV(B)252.63º8.12%91.76%-
XYZ68.3769.687.67-
YUV218.36136.83128.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.78%
GREEN value IS 215 (84.38% from 255) = 32.19%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=32.78%
G=32.19%
B=35.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192152340.060.0800.08252.6331.1588.04
HexDBD7EA6808fd1f58
Octal33332735261001037537130
Binary11011011110101111110101011010000100011111101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7EA; }

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

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

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

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

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

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

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

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