Html Css Color HEX #DBDAE6 Quartz

📋 copy color: '#DBDAE6'

red 219 ◦ green 218 ◦ blue 230

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

Shades of Quartz #DBDAE6

Tints of Quartz #DBDAE6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.68%

 BLUE value IS 230 (90.23% from 255) = 34.48%

R = 32.83%
G = 32.68%
B = 34.48%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBDAE6 (or 0xDBDAE6) is known color: Quartz. HEX triplet: DB, DA and E6. RGB value is (219,218,230). Sum of RGB (Red+Green+Blue) = 219+218+230=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAE6 is #242519. Grayscale: #DBDBDB. Windows color (decimal): -2368794 or 15129307. OLE color: 15129307.

HSL color Cylindrical-coordinate representation of color #DBDAE6: hue angle of 245º degrees, saturation: 0.19, 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 #DBDAE6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 218 230 -
CMYK 0.05 0.05 0 0.10
HSL 245º 0.19% 0.88% -
HSV(B) 245º 0.05% 0.9% -
XYZ 68.57 70.92 84.94 -
YUV 219.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 219 218 230 0.05 0.05 0 0.10 245 0.19 0.88
Hex DB DA E6 5 5 0 A F5 13 58
Octal 333 332 346 5 5 0 12 365 23 130
Binary 11011011 11011010 11100110 101 101 0 1010 11110101 10011 1011000

Color Harmonies of #DBDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAE6

Black with #DBDAE6

Text Example


Text Example

White with #DBDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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