#DED9ED

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

Shades of Quartz #DED9ED

Tints of Quartz #DED9ED

Color information

#DED9ED (or 0xDED9ED) is unknown color: approx Quartz. HEX triplet: DE, D9 and ED. RGB value is (222,217,237). Sum of RGB (Red+Green+Blue) = 222+217+237=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 217 (85.16% from 255 or 32.10% 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 #DED9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9ED is #212612. Grayscale: #DCDCDC. Windows color (decimal): -2172435 or 15587806. OLE color: 15587806.

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

Color convert

RGB222217237-
CMYK0.060.0800.07
HSL255º35.71%89.02%-
HSV(B)255º8.44%92.94%-
XYZ70.2271.2790.18-
YUV220.78137.16128.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.84%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=32.84%
G=32.10%
B=35.06%

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
Decimal2222172370.060.0800.0725535.7189.02
HexDED9ED6807ff2459
Octal3363313556100737744131
Binary11011110110110011110110111010000111111111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9ED; }

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

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

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

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

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

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

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

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