#DBDAEB

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

Shades of Quartz #DBDAEB

Tints of Quartz #DBDAEB

Color information

#DBDAEB (or 0xDBDAEB) is unknown color: approx Quartz. HEX triplet: DB, DA and EB. RGB value is (219,218,235). Sum of RGB (Red+Green+Blue) = 219+218+235=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAEB is #242514. Grayscale: #DCDCDC. Windows color (decimal): -2368789 or 15456987. OLE color: 15456987.

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

Color convert

RGB219218235-
CMYK0.070.0700.08
HSL243.53º29.82%88.82%-
HSV(B)243.53º7.23%92.16%-
XYZ69.2871.288.69-
YUV220.24136.33127.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.59%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=32.59%
G=32.44%
B=34.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192182350.070.0700.08243.5329.8288.82
HexDBDAEB7708f41e59
Octal3333323537701036436131
Binary1101101111011010111010111111110100011110100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAEB; }

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

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

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

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

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

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

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

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