#DBD8E9

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

Shades of Quartz #DBD8E9

Tints of Quartz #DBD8E9

Color information

#DBD8E9 (or 0xDBD8E9) is unknown color: approx Quartz. HEX triplet: DB, D8 and E9. RGB value is (219,216,233). Sum of RGB (Red+Green+Blue) = 219+216+233=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBD8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD8E9 is #242716. Grayscale: #DADADA. Windows color (decimal): -2369303 or 15325403. OLE color: 15325403.

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

Color convert

RGB219216233-
CMYK0.060.0700.09
HSL250.59º27.87%88.04%-
HSV(B)250.59º7.3%91.37%-
XYZ68.4870.0587-
YUV218.83135.99128.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.78%
GREEN value IS 216 (84.77% from 255) = 32.34%
BLUE value IS 233 (91.41% from 255) = 34.88%
R=32.78%
G=32.34%
B=34.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192162330.060.0700.09250.5927.8788.04
HexDBD8E96709fb1c58
Octal3333303516701137334130
Binary1101101111011000111010011101110100111111011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8E9; }

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

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

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

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

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

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

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

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