#DBDAE5

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

Shades of Quartz #DBDAE5

Tints of Quartz #DBDAE5

Color information

#DBDAE5 (or 0xDBDAE5) is unknown color: approx Quartz. HEX triplet: DB, DA and E5. RGB value is (219,218,229). Sum of RGB (Red+Green+Blue) = 219+218+229=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDAE5 is #24251A. Grayscale: #DBDBDB. Windows color (decimal): -2368795 or 15063771. OLE color: 15063771.

HSL color Cylindrical-coordinate representation of color #DBDAE5: hue angle of 245.45º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBDAE5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219218229-
CMYK0.040.0500.10
HSL245.45º17.46%87.65%-
HSV(B)245.45º4.8%89.8%-
XYZ68.4370.8684.2-
YUV219.55133.33127.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.88%
GREEN value IS 218 (85.55% from 255) = 32.73%
BLUE value IS 229 (89.84% from 255) = 34.38%
R=32.88%
G=32.73%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192182290.040.0500.10245.4517.4687.65
HexDBDAE5450Af51158
Octal3333323454501236521130
Binary1101101111011010111001011001010101011110101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAE5; }

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

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

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

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

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

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

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

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