#DBD8EC

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

Shades of Quartz #DBD8EC

Tints of Quartz #DBD8EC

Color information

#DBD8EC (or 0xDBD8EC) is unknown color: approx Quartz. HEX triplet: DB, D8 and EC. RGB value is (219,216,236). Sum of RGB (Red+Green+Blue) = 219+216+236=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD8EC is #242713. Grayscale: #DBDBDB. Windows color (decimal): -2369300 or 15522011. OLE color: 15522011.

HSL color Cylindrical-coordinate representation of color #DBD8EC: hue angle of 249º degrees, saturation: 0.34, 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 #DBD8EC is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219216236-
CMYK0.070.0800.07
HSL249º34.48%88.63%-
HSV(B)249º8.47%92.55%-
XYZ68.9170.2389.28-
YUV219.18137.49127.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.64%
GREEN value IS 216 (84.77% from 255) = 32.19%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=32.64%
G=32.19%
B=35.17%

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
Decimal2192162360.070.0800.0724934.4888.63
HexDBD8EC7807f92259
Octal3333303547100737142131
Binary11011011110110001110110011110000111111110011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8EC; }

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

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

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

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

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

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

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

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