#DBD8EB

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

Shades of Quartz #DBD8EB

Tints of Quartz #DBD8EB

Color information

#DBD8EB (or 0xDBD8EB) is unknown color: approx Quartz. HEX triplet: DB, D8 and EB. RGB value is (219,216,235). Sum of RGB (Red+Green+Blue) = 219+216+235=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBD8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD8EB is #242714. Grayscale: #DADADA. Windows color (decimal): -2369301 or 15456475. OLE color: 15456475.

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

Color convert

RGB219216235-
CMYK0.070.0800.08
HSL249.47º32.2%88.43%-
HSV(B)249.47º8.09%92.16%-
XYZ68.7670.1788.52-
YUV219.06136.99127.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.69%
GREEN value IS 216 (84.77% from 255) = 32.24%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=32.69%
G=32.24%
B=35.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192162350.070.0800.08249.4732.288.43
HexDBD8EB7808f92058
Octal33333035371001037140130
Binary110110111101100011101011111100001000111110011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8EB; }

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

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

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

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

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

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

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

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