#DED9FE

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

Shades of Quartz #DED9FE

Tints of Quartz #DED9FE

Color information

#DED9FE (or 0xDED9FE) is unknown color: approx Quartz. HEX triplet: DE, D9 and FE. RGB value is (222,217,254). Sum of RGB (Red+Green+Blue) = 222+217+254=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #DED9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9FE is #212601. Grayscale: #DEDEDE. Windows color (decimal): -2172418 or 16701918. OLE color: 16701918.

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

Color convert

RGB222217254-
CMYK0.130.1500.00
HSL248.11º94.87%92.35%-
HSV(B)248.11º14.57%99.61%-
XYZ72.8372.31103.88-
YUV222.71145.66127.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.03%
GREEN value IS 217 (85.16% from 255) = 31.31%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=32.03%
G=31.31%
B=36.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222172540.130.1500.00248.1194.8792.35
HexDED9FEDF00f85f5c
Octal336331376151700370137134
Binary11011110110110011111111011011111001111100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9FE; }

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

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

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

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

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

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

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

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