Html Css Color HEX #DBDBE5 Quartz

📋 copy color: '#DBDBE5'

red 219 ◦ green 219 ◦ blue 229

#DBDBE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #DBDBE5

Tints of Quartz #DBDBE5

RGB

 RED value IS 219 (85.94% from 255) = 32.83%

 GREEN value IS 219 (85.94% from 255) = 32.83%

 BLUE value IS 229 (89.84% from 255) = 34.33%

R = 32.83%
G = 32.83%
B = 34.33%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBDBE5 (or 0xDBDBE5) is known color: Quartz. HEX triplet: DB, DB and E5. RGB value is (219,219,229). Sum of RGB (Red+Green+Blue) = 219+219+229=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBE5 is #24241A. Grayscale: #DCDCDC. Windows color (decimal): -2368539 or 15064027. OLE color: 15064027.

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

Color convert

RGB 219 219 229 -
CMYK 0.04 0.04 0 0.10
HSL 240º 0.16% 0.88% -
HSV(B) 240º 0.04% 0.9% -
XYZ 68.69 71.38 84.29 -
YUV 220.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 219 219 229 0.04 0.04 0 0.10 240 0.16 0.88
Hex DB DB E5 4 4 0 A F0 10 58
Octal 333 333 345 4 4 0 12 360 20 130
Binary 11011011 11011011 11100101 100 100 0 1010 11110000 10000 1011000

Color Harmonies of #DBDBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBE5

Black with #DBDBE5

Text Example


Text Example

White with #DBDBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBE5; }

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

 H1.HeaderClassName
 {
   color: #DBDBE5;
 }
 .AnyTagClassName
 {
   color: #DBDBE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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