#DBDCE9

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

Shades of Quartz #DBDCE9

Tints of Quartz #DBDCE9

Color information

#DBDCE9 (or 0xDBDCE9) is unknown color: approx Quartz. HEX triplet: DB, DC and E9. RGB value is (219,220,233). Sum of RGB (Red+Green+Blue) = 219+220+233=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCE9 is #242316. Grayscale: #DDDDDD. Windows color (decimal): -2368279 or 15326427. OLE color: 15326427.

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

Color convert

RGB219220233-
CMYK0.060.0600.09
HSL235.71º24.14%88.63%-
HSV(B)235.71º6.01%91.37%-
XYZ69.5172.1387.35-
YUV221.18134.67126.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.59%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 233 (91.41% from 255) = 34.67%
R=32.59%
G=32.74%
B=34.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192202330.060.0600.09235.7124.1488.63
HexDBDCE96609ec1859
Octal3333343516601135430131
Binary1101101111011100111010011101100100111101100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCE9; }

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

 H1.HeaderClassName
 {
   color: #DBDCE9;
 }
 .AnyTagClassName
 {
   color: #DBDCE9;
 }
</style>
background-color css

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

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

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

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

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

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