#DDD9EA

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

Shades of Quartz #DDD9EA

Tints of Quartz #DDD9EA

Color information

#DDD9EA (or 0xDDD9EA) is unknown color: approx Quartz. HEX triplet: DD, D9 and EA. RGB value is (221,217,234). Sum of RGB (Red+Green+Blue) = 221+217+234=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD9EA is #222615. Grayscale: #DCDCDC. Windows color (decimal): -2237974 or 15391197. OLE color: 15391197.

HSL color Cylindrical-coordinate representation of color #DDD9EA: hue angle of 254.12º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD9EA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221217234-
CMYK0.060.0700.08
HSL254.12º28.81%88.43%-
HSV(B)254.12º7.26%91.76%-
XYZ69.4870.9487.87-
YUV220.13135.83128.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=32.89%
G=32.29%
B=34.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212172340.060.0700.08254.1228.8188.43
HexDDD9EA6708fe1d58
Octal3353313526701037635130
Binary1101110111011001111010101101110100011111110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9EA; }

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

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

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

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

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

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

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

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