#DBDAE1

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

Shades of Quartz #DBDAE1

Tints of Quartz #DBDAE1

Color information

#DBDAE1 (or 0xDBDAE1) is unknown color: approx Quartz. HEX triplet: DB, DA and E1. RGB value is (219,218,225). Sum of RGB (Red+Green+Blue) = 219+218+225=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAE1 is #24251E. Grayscale: #DBDBDB. Windows color (decimal): -2368799 or 14801627. OLE color: 14801627.

HSL color Cylindrical-coordinate representation of color #DBDAE1: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBDAE1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219218225-
CMYK0.030.0300.12
HSL248.57º10.45%86.86%-
HSV(B)248.57º3.11%88.24%-
XYZ67.8870.6481.29-
YUV219.1131.33127.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.08%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=33.08%
G=32.93%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192182250.030.0300.12248.5710.4586.86
HexDBDAE1330Cf9a57
Octal3333323413301437112127
Binary1101101111011010111000011111011001111100110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAE1; }

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

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

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

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

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

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

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

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