#DBDAE8

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

Shades of Quartz #DBDAE8

Tints of Quartz #DBDAE8

Color information

#DBDAE8 (or 0xDBDAE8) is unknown color: approx Quartz. HEX triplet: DB, DA and E8. RGB value is (219,218,232). Sum of RGB (Red+Green+Blue) = 219+218+232=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAE8 is #242517. Grayscale: #DBDBDB. Windows color (decimal): -2368792 or 15260379. OLE color: 15260379.

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

Color convert

RGB219218232-
CMYK0.060.0600.09
HSL244.29º23.33%88.24%-
HSV(B)244.29º6.03%90.98%-
XYZ68.8571.0386.43-
YUV219.9134.83127.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=32.74%
G=32.59%
B=34.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192182320.060.0600.09244.2923.3388.24
HexDBDAE86609f41758
Octal3333323506601136427130
Binary1101101111011010111010001101100100111110100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAE8; }

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

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

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

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

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

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

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

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