#DDD9EE

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

Shades of Quartz #DDD9EE

Tints of Quartz #DDD9EE

Color information

#DDD9EE (or 0xDDD9EE) is unknown color: approx Quartz. HEX triplet: DD, D9 and EE. RGB value is (221,217,238). Sum of RGB (Red+Green+Blue) = 221+217+238=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9EE is #222611. Grayscale: #DCDCDC. Windows color (decimal): -2237970 or 15653341. OLE color: 15653341.

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

Color convert

RGB221217238-
CMYK0.070.0900.07
HSL251.43º38.18%89.22%-
HSV(B)251.43º8.82%93.33%-
XYZ70.0671.1790.93-
YUV220.59137.83128.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=32.69%
G=32.10%
B=35.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212172380.070.0900.07251.4338.1889.22
HexDDD9EE7907fb2659
Octal3353313567110737346131
Binary11011101110110011110111011110010111111110111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9EE; }

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

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

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

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

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

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

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

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