#DBDCE7

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

Shades of Quartz #DBDCE7

Tints of Quartz #DBDCE7

Color information

#DBDCE7 (or 0xDBDCE7) is unknown color: approx Quartz. HEX triplet: DB, DC and E7. RGB value is (219,220,231). Sum of RGB (Red+Green+Blue) = 219+220+231=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCE7 is #242318. Grayscale: #DCDCDC. Windows color (decimal): -2368281 or 15195355. OLE color: 15195355.

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

Color convert

RGB219220231-
CMYK0.050.0500.09
HSL235º20%88.24%-
HSV(B)235º5.19%90.59%-
XYZ69.2372.0285.85-
YUV220.96133.67126.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.69%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 231 (90.62% from 255) = 34.48%
R=32.69%
G=32.84%
B=34.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192202310.050.0500.092352088.24
HexDBDCE75509eb1458
Octal3333343475501135324130
Binary1101101111011100111001111011010100111101011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCE7; }

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

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

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

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

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

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

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

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