#DBD9EC

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

Shades of Quartz #DBD9EC

Tints of Quartz #DBD9EC

Color information

#DBD9EC (or 0xDBD9EC) is unknown color: approx Quartz. HEX triplet: DB, D9 and EC. RGB value is (219,217,236). Sum of RGB (Red+Green+Blue) = 219+217+236=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9EC is #242613. Grayscale: #DBDBDB. Windows color (decimal): -2369044 or 15522267. OLE color: 15522267.

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

Color convert

RGB219217236-
CMYK0.070.0800.07
HSL246.32º33.33%88.82%-
HSV(B)246.32º8.05%92.55%-
XYZ69.1770.7489.37-
YUV219.76137.16127.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.59%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=32.59%
G=32.29%
B=35.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192172360.070.0800.07246.3233.3388.82
HexDBD9EC7807f62159
Octal3333313547100736641131
Binary11011011110110011110110011110000111111101101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9EC; }

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

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

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

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

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

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

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

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