Html Css Color HEX #DBDBE8 Quartz

📋 copy color: '#DBDBE8'

red 219 ◦ green 219 ◦ blue 232

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

Shades of Quartz #DBDBE8

Tints of Quartz #DBDBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.63%

R = 32.69%
G = 32.69%
B = 34.63%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBDBE8 (or 0xDBDBE8) is known color: Quartz. HEX triplet: DB, DB and E8. RGB value is (219,219,232). Sum of RGB (Red+Green+Blue) = 219+219+232=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBE8 is #242417. Grayscale: #DCDCDC. Windows color (decimal): -2368536 or 15260635. OLE color: 15260635.

HSL color Cylindrical-coordinate representation of color #DBDBE8: hue angle of 240º degrees, saturation: 0.22, 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 #DBDBE8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 219 232 -
CMYK 0.06 0.06 0 0.09
HSL 240º 0.22% 0.88% -
HSV(B) 240º 0.06% 0.91% -
XYZ 69.11 71.55 86.51 -
YUV 220.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 219 219 232 0.06 0.06 0 0.09 240 0.22 0.88
Hex DB DB E8 6 6 0 9 F0 16 58
Octal 333 333 350 6 6 0 11 360 26 130
Binary 11011011 11011011 11101000 110 110 0 1001 11110000 10110 1011000

Color Harmonies of #DBDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDBE8

Black with #DBDBE8

Text Example


Text Example

White with #DBDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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