#DBD9E6

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

Shades of Quartz #DBD9E6

Tints of Quartz #DBD9E6

Color information

#DBD9E6 (or 0xDBD9E6) is unknown color: approx Quartz. HEX triplet: DB, D9 and E6. RGB value is (219,217,230). Sum of RGB (Red+Green+Blue) = 219+217+230=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBD9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9E6 is #242619. Grayscale: #DBDBDB. Windows color (decimal): -2369050 or 15129051. OLE color: 15129051.

HSL color Cylindrical-coordinate representation of color #DBD9E6: hue angle of 249.23º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD9E6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219217230-
CMYK0.050.0600.10
HSL249.23º20.63%87.65%-
HSV(B)249.23º5.65%90.2%-
XYZ68.3170.484.85-
YUV219.08134.16127.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.88%
GREEN value IS 217 (85.16% from 255) = 32.58%
BLUE value IS 230 (90.23% from 255) = 34.53%
R=32.88%
G=32.58%
B=34.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192172300.050.0600.10249.2320.6387.65
HexDBD9E6560Af91558
Octal3333313465601237125130
Binary1101101111011001111001101011100101011111001101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9E6; }

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

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

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

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

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

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

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

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