#DDDAED

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

Shades of Quartz #DDDAED

Tints of Quartz #DDDAED

Color information

#DDDAED (or 0xDDDAED) is unknown color: approx Quartz. HEX triplet: DD, DA and ED. RGB value is (221,218,237). Sum of RGB (Red+Green+Blue) = 221+218+237=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAED is #222512. Grayscale: #DCDCDC. Windows color (decimal): -2237715 or 15588061. OLE color: 15588061.

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

Color convert

RGB221218237-
CMYK0.070.0800.07
HSL249.47º34.55%89.22%-
HSV(B)249.47º8.02%92.94%-
XYZ70.1871.6390.25-
YUV221.06136.99127.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=32.69%
G=32.25%
B=35.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212182370.070.0800.07249.4734.5589.22
HexDDDAED7807f92359
Octal3353323557100737143131
Binary11011101110110101110110111110000111111110011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAED; }

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

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

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

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

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

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

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

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