#DED9EC

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

Shades of Quartz #DED9EC

Tints of Quartz #DED9EC

Color information

#DED9EC (or 0xDED9EC) is unknown color: approx Quartz. HEX triplet: DE, D9 and EC. RGB value is (222,217,236). Sum of RGB (Red+Green+Blue) = 222+217+236=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #DED9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9EC is #212613. Grayscale: #DCDCDC. Windows color (decimal): -2172436 or 15522270. OLE color: 15522270.

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

Color convert

RGB222217236-
CMYK0.060.0800.07
HSL255.79º33.33%88.82%-
HSV(B)255.79º8.05%92.55%-
XYZ70.0871.2189.41-
YUV220.66136.66128.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.89%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=32.89%
G=32.15%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222172360.060.0800.07255.7933.3388.82
HexDED9EC68071002159
Octal3363313546100740041131
Binary110111101101100111101100110100001111000000001000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9EC; }

 p { color: rgb(222,217,236); }

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

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

 a { background-color: rgb(222,217,236); }

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

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

 span { border-color: rgb(222,217,236); }

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