Html Css Color HEX #DBDAE5 Quartz

📋 copy color: '#DBDAE5'

red 219 ◦ green 218 ◦ blue 229

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

Shades of Quartz #DBDAE5

Tints of Quartz #DBDAE5

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 value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBDAE5 (or 0xDBDAE5) is known color: 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

RGB 219 218 229 -
CMYK 0.04 0.05 0 0.10
HSL 245.45º 0.17% 0.88% -
HSV(B) 245.45º 0.05% 0.9% -
XYZ 68.43 70.86 84.2 -
YUV 219.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 219 218 229 0.04 0.05 0 0.10 245.45 0.17 0.88
Hex DB DA E5 4 5 0 A F5 11 58
Octal 333 332 345 4 5 0 12 365 21 130
Binary 11011011 11011010 11100101 100 101 0 1010 11110101 10001 1011000

Color Harmonies of #DBDAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAE5

Black with #DBDAE5

Text Example


Text Example

White with #DBDAE5

Text Example


Text Example

HTML Codes & Css Web 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>