#DBD9EA

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

Shades of Quartz #DBD9EA

Tints of Quartz #DBD9EA

Color information

#DBD9EA (or 0xDBD9EA) is unknown color: approx Quartz. HEX triplet: DB, D9 and EA. RGB value is (219,217,234). Sum of RGB (Red+Green+Blue) = 219+217+234=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9EA is #242615. Grayscale: #DBDBDB. Windows color (decimal): -2369046 or 15391195. OLE color: 15391195.

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

Color convert

RGB219217234-
CMYK0.060.0700.08
HSL247.06º28.81%88.43%-
HSV(B)247.06º7.26%91.76%-
XYZ68.8870.6387.84-
YUV219.54136.16127.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.69%
GREEN value IS 217 (85.16% from 255) = 32.39%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=32.69%
G=32.39%
B=34.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192172340.060.0700.08247.0628.8188.43
HexDBD9EA6708f71d58
Octal3333313526701036735130
Binary1101101111011001111010101101110100011110111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9EA; }

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

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

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

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

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

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

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

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