#DBDBED

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

Shades of Quartz #DBDBED

Tints of Quartz #DBDBED

Color information

#DBDBED (or 0xDBDBED) is unknown color: approx Quartz. HEX triplet: DB, DB and ED. RGB value is (219,219,237). Sum of RGB (Red+Green+Blue) = 219+219+237=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDBED is #242412. Grayscale: #DCDCDC. Windows color (decimal): -2368531 or 15588315. OLE color: 15588315.

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

Color convert

RGB219219237-
CMYK0.080.0800.07
HSL240º33.33%89.41%-
HSV(B)240º7.59%92.94%-
XYZ69.8371.8490.31-
YUV221.05137126.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.44%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=32.44%
G=32.44%
B=35.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192192370.080.0800.0724033.3389.41
HexDBDBED8807f02159
Octal33333335510100736041131
Binary110110111101101111101101100010000111111100001000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBED; }

 p { color: rgb(219,219,237); }

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

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

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

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

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

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

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