#DED9FA

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

Shades of Quartz #DED9FA

Tints of Quartz #DED9FA

Color information

#DED9FA (or 0xDED9FA) is unknown color: approx Quartz. HEX triplet: DE, D9 and FA. RGB value is (222,217,250). Sum of RGB (Red+Green+Blue) = 222+217+250=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #DED9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED9FA is #212605. Grayscale: #DEDEDE. Windows color (decimal): -2172422 or 16439774. OLE color: 16439774.

HSL color Cylindrical-coordinate representation of color #DED9FA: hue angle of 249.09º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DED9FA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222217250-
CMYK0.110.1300.02
HSL249.09º76.74%91.57%-
HSV(B)249.09º13.2%98.04%-
XYZ72.1972.06100.55-
YUV222.26143.66127.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.22%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=32.22%
G=31.49%
B=36.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222172500.110.1300.02249.0976.7491.57
HexDED9FABD02f94d5c
Octal336331372131502371115134
Binary110111101101100111111010101111010101111100110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9FA; }

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

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

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

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

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

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

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

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