#DED9FF

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

Shades of Quartz #DED9FF

Tints of Quartz #DED9FF

Color information

#DED9FF (or 0xDED9FF) is unknown color: approx Quartz. HEX triplet: DE, D9 and FF. RGB value is (222,217,255). Sum of RGB (Red+Green+Blue) = 222+217+255=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9FF is #212600. Grayscale: #DEDEDE. Windows color (decimal): -2172417 or 16767454. OLE color: 16767454.

HSL color Cylindrical-coordinate representation of color #DED9FF: hue angle of 247.89º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED9FF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222217255-
CMYK0.130.1500
HSL247.89º100%92.55%-
HSV(B)247.89º14.9%100%-
XYZ72.9972.38104.73-
YUV222.83146.16127.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.99%
GREEN value IS 217 (85.16% from 255) = 31.27%
BLUE value IS 255 (100% from 255) = 36.74%
R=31.99%
G=31.27%
B=36.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222172550.130.1500247.8910092.55
HexDED9FFDF00f8645d
Octal336331377151700370144135
Binary11011110110110011111111111011111001111100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9FF; }

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

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

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

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

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

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

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

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