#DDDDDE

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

Shades of Quartz #DDDDDE

Tints of Quartz #DDDDDE

Color information

#DDDDDE (or 0xDDDDDE) is unknown color: approx Quartz. HEX triplet: DD, DD and DE. RGB value is (221,221,222). Sum of RGB (Red+Green+Blue) = 221+221+222=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDDDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDDE is #222221. Grayscale: #DDDDDD. Windows color (decimal): -2236962 or 14605789. OLE color: 14605789.

HSL color Cylindrical-coordinate representation of color #DDDDDE: hue angle of 240º degrees, saturation: 0.01, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DDDDDE is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221221222-
CMYK0.000.0000.13
HSL240º1.49%86.86%-
HSV(B)240º0.45%87.06%-
XYZ68.8672.3679.44-
YUV221.11128.5127.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=33.28%
G=33.28%
B=33.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212212220.000.0000.132401.4986.86
HexDDDDDE000Df0157
Octal335335336000153601127
Binary11011101110111011101111000011011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDDE; }

 p { color: rgb(221,221,222); }

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

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

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

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

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

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

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