#DBDDE9

Color #DBDDE9 Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DBDDE9

Tints of Quartz #DBDDE9

Color information

#DBDDE9 (or 0xDBDDE9) is unknown color: approx 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

RGB219221233-
CMYK0.060.0500.09
HSL231.43º24.14%88.63%-
HSV(B)231.43º6.01%91.37%-
XYZ69.7872.6687.44-
YUV221.77134.34126.02-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192212330.060.0500.09231.4324.1488.63
HexDBDDE96509e71859
Octal3333353516501134730131
Binary1101101111011101111010011101010100111100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>