Html Css Color HEX #DBDAE9 Quartz

📋 copy color: '#DBDAE9'

red 219 ◦ green 218 ◦ blue 233

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

Shades of Quartz #DBDAE9

Tints of Quartz #DBDAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.78%

R = 32.69%
G = 32.54%
B = 34.78%

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

#DBDAE9 (or 0xDBDAE9) is known color: Quartz. HEX triplet: DB, DA and E9. RGB value is (219,218,233). Sum of RGB (Red+Green+Blue) = 219+218+233=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAE9 is #242516. Grayscale: #DBDBDB. Windows color (decimal): -2368791 or 15325915. OLE color: 15325915.

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

Color convert

RGB 219 218 233 -
CMYK 0.06 0.06 0 0.09
HSL 244º 0.25% 0.88% -
HSV(B) 244º 0.06% 0.91% -
XYZ 68.99 71.09 87.18 -
YUV 220.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 219 218 233 0.06 0.06 0 0.09 244 0.25 0.88
Hex DB DA E9 6 6 0 9 F4 19 58
Octal 333 332 351 6 6 0 11 364 31 130
Binary 11011011 11011010 11101001 110 110 0 1001 11110100 11001 1011000

Color Harmonies of #DBDAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDAE9

Black with #DBDAE9

Text Example


Text Example

White with #DBDAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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