#DDD9ED

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

Shades of Quartz #DDD9ED

Tints of Quartz #DDD9ED

Color information

#DDD9ED (or 0xDDD9ED) is unknown color: approx Quartz. HEX triplet: DD, D9 and ED. RGB value is (221,217,237). Sum of RGB (Red+Green+Blue) = 221+217+237=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 217 (85.16% from 255 or 32.15% 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 #DDD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9ED is #222612. Grayscale: #DCDCDC. Windows color (decimal): -2237971 or 15587805. OLE color: 15587805.

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

Color convert

RGB221217237-
CMYK0.070.0800.07
HSL252º35.71%89.02%-
HSV(B)252º8.44%92.94%-
XYZ69.9271.1190.16-
YUV220.48137.33128.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=32.74%
G=32.15%
B=35.11%

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
Decimal2212172370.070.0800.0725235.7189.02
HexDDD9ED7807fc2459
Octal3353313557100737444131
Binary11011101110110011110110111110000111111111001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9ED; }

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

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

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

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

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

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

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

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