#DBD8E6

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

Shades of Quartz #DBD8E6

Tints of Quartz #DBD8E6

Color information

#DBD8E6 (or 0xDBD8E6) is unknown color: approx Quartz. HEX triplet: DB, D8 and E6. RGB value is (219,216,230). Sum of RGB (Red+Green+Blue) = 219+216+230=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBD8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD8E6 is #242719. Grayscale: #DADADA. Windows color (decimal): -2369306 or 15128795. OLE color: 15128795.

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

Color convert

RGB219216230-
CMYK0.050.0600.10
HSL252.86º21.87%87.45%-
HSV(B)252.86º6.09%90.2%-
XYZ68.0569.8884.77-
YUV218.49134.49128.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.93%
GREEN value IS 216 (84.77% from 255) = 32.48%
BLUE value IS 230 (90.23% from 255) = 34.59%
R=32.93%
G=32.48%
B=34.59%

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
Decimal2192162300.050.0600.10252.8621.8787.45
HexDBD8E6560Afd1657
Octal3333303465601237526127
Binary1101101111011000111001101011100101011111101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8E6; }

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

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

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

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

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

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

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

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