#DBDDED

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

Shades of Quartz #DBDDED

Tints of Quartz #DBDDED

Color information

#DBDDED (or 0xDBDDED) is unknown color: approx Quartz. HEX triplet: DB, DD and ED. RGB value is (219,221,237). Sum of RGB (Red+Green+Blue) = 219+221+237=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDED is #242212. Grayscale: #DEDEDE. Windows color (decimal): -2368019 or 15588827. OLE color: 15588827.

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

Color convert

RGB219221237-
CMYK0.080.0700.07
HSL233.33º33.33%89.41%-
HSV(B)233.33º7.59%92.94%-
XYZ70.3672.8990.48-
YUV222.23136.34125.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=32.35%
G=32.64%
B=35.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192212370.080.0700.07233.3333.3389.41
HexDBDDED8707e92159
Octal3333353551070735141131
Binary11011011110111011110110110001110111111010011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDED; }

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

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

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

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

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

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

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

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