#DBDCEB

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

Shades of Quartz #DBDCEB

Tints of Quartz #DBDCEB

Color information

#DBDCEB (or 0xDBDCEB) is unknown color: approx Quartz. HEX triplet: DB, DC and EB. RGB value is (219,220,235). Sum of RGB (Red+Green+Blue) = 219+220+235=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCEB is #242314. Grayscale: #DDDDDD. Windows color (decimal): -2368277 or 15457499. OLE color: 15457499.

HSL color Cylindrical-coordinate representation of color #DBDCEB: hue angle of 236.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBDCEB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219220235-
CMYK0.070.0600.08
HSL236.25º28.57%89.02%-
HSV(B)236.25º6.81%92.16%-
XYZ69.872.2488.86-
YUV221.41135.67126.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.49%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=32.49%
G=32.64%
B=34.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192202350.070.0600.08236.2528.5789.02
HexDBDCEB7608ec1d59
Octal3333343537601035435131
Binary1101101111011100111010111111100100011101100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCEB; }

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

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

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

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

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

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

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

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