Html Css Color HEX #DBDDE9 Quartz

📋 copy color: '#DBDDE9'

red 219 ◦ green 221 ◦ blue 233

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

Shades of Quartz #DBDDE9

Tints of Quartz #DBDDE9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.84%

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

R = 32.54%
G = 32.84%
B = 34.62%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBDDE9 (or 0xDBDDE9) is known color: Quartz. HEX triplet: DB, DD and E9. RGB value is (219,221,233). Sum of RGB (Red+Green+Blue) = 219+221+233=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBDDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDE9 is #242216. Grayscale: #DDDDDD. Windows color (decimal): -2368023 or 15326683. OLE color: 15326683.

HSL color Cylindrical-coordinate representation of color #DBDDE9: hue angle of 231.43º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDDE9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 221 233 -
CMYK 0.06 0.05 0 0.09
HSL 231.43º 0.24% 0.89% -
HSV(B) 231.43º 0.06% 0.91% -
XYZ 69.78 72.66 87.44 -
YUV 221.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 219 221 233 0.06 0.05 0 0.09 231.43 0.24 0.89
Hex DB DD E9 6 5 0 9 E7 18 59
Octal 333 335 351 6 5 0 11 347 30 131
Binary 11011011 11011101 11101001 110 101 0 1001 11100111 11000 1011001

Color Harmonies of #DBDDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDDE9

Black with #DBDDE9

Text Example


Text Example

White with #DBDDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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