#DBDAEA

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

Shades of Quartz #DBDAEA

Tints of Quartz #DBDAEA

Color information

#DBDAEA (or 0xDBDAEA) is unknown color: approx Quartz. HEX triplet: DB, DA and EA. RGB value is (219,218,234). Sum of RGB (Red+Green+Blue) = 219+218+234=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAEA is #242515. Grayscale: #DCDCDC. Windows color (decimal): -2368790 or 15391451. OLE color: 15391451.

HSL color Cylindrical-coordinate representation of color #DBDAEA: hue angle of 243.75º degrees, saturation: 0.28, 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 #DBDAEA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219218234-
CMYK0.060.0700.08
HSL243.75º27.59%88.63%-
HSV(B)243.75º6.84%91.76%-
XYZ69.1471.1487.93-
YUV220.12135.83127.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.64%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=32.64%
G=32.49%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192182340.060.0700.08243.7527.5988.63
HexDBDAEA6708f41c59
Octal3333323526701036434131
Binary1101101111011010111010101101110100011110100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAEA; }

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

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

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

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

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

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

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

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