#DED9FD

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

Shades of Quartz #DED9FD

Tints of Quartz #DED9FD

Color information

#DED9FD (or 0xDED9FD) is unknown color: approx Quartz. HEX triplet: DE, D9 and FD. RGB value is (222,217,253). Sum of RGB (Red+Green+Blue) = 222+217+253=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #DED9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9FD is #212602. Grayscale: #DEDEDE. Windows color (decimal): -2172419 or 16636382. OLE color: 16636382.

HSL color Cylindrical-coordinate representation of color #DED9FD: hue angle of 248.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DED9FD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222217253-
CMYK0.120.1400.01
HSL248.33º90%92.16%-
HSV(B)248.33º14.23%99.22%-
XYZ72.6772.25103.04-
YUV222.6145.16127.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.08%
GREEN value IS 217 (85.16% from 255) = 31.36%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=32.08%
G=31.36%
B=36.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222172530.120.1400.01248.339092.16
HexDED9FDCE01f85a5c
Octal336331375141601370132134
Binary11011110110110011111110111001110011111100010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9FD; }

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

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

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

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

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

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

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

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