#DDDDED

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

Shades of Quartz #DDDDED

Tints of Quartz #DDDDED

Color information

#DDDDED (or 0xDDDDED) is unknown color: approx Quartz. HEX triplet: DD, DD and ED. RGB value is (221,221,237). Sum of RGB (Red+Green+Blue) = 221+221+237=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDED is #222212. Grayscale: #DEDEDE. Windows color (decimal): -2236947 or 15588829. OLE color: 15588829.

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

Color convert

RGB221221237-
CMYK0.070.0700.07
HSL240º30.77%89.8%-
HSV(B)240º6.75%92.94%-
XYZ70.9673.290.51-
YUV222.82136126.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.55%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=32.55%
G=32.55%
B=34.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212212370.070.0700.0724030.7789.8
HexDDDDED7707f01f5a
Octal335335355770736037132
Binary110111011101110111101101111111011111110000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDED; }

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

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

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

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

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

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

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

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