Html Css Color HEX #DBDBE2 Quartz

📋 copy color: '#DBDBE2'

red 219 ◦ green 219 ◦ blue 226

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

Shades of Quartz #DBDBE2

Tints of Quartz #DBDBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.04%

R = 32.98%
G = 32.98%
B = 34.04%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBDBE2 (or 0xDBDBE2) is known color: Quartz. HEX triplet: DB, DB and E2. RGB value is (219,219,226). Sum of RGB (Red+Green+Blue) = 219+219+226=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBDBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBE2 is #24241D. Grayscale: #DBDBDB. Windows color (decimal): -2368542 or 14867419. OLE color: 14867419.

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

Color convert

RGB 219 219 226 -
CMYK 0.03 0.03 0 0.11
HSL 240º 0.11% 0.87% -
HSV(B) 240º 0.03% 0.89% -
XYZ 68.27 71.21 82.1 -
YUV 219.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 219 219 226 0.03 0.03 0 0.11 240 0.11 0.87
Hex DB DB E2 3 3 0 B F0 B 57
Octal 333 333 342 3 3 0 13 360 13 127
Binary 11011011 11011011 11100010 11 11 0 1011 11110000 1011 1010111

Color Harmonies of #DBDBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBE2

Black with #DBDBE2

Text Example


Text Example

White with #DBDBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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