#DED3FA

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

Shades of Quartz #DED3FA

Tints of Quartz #DED3FA

Color information

#DED3FA (or 0xDED3FA) is unknown color: approx Quartz. HEX triplet: DE, D3 and FA. RGB value is (222,211,250). Sum of RGB (Red+Green+Blue) = 222+211+250=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 211 (82.81% from 255 or 30.89% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #DED3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED3FA is #212C05. Grayscale: #DADADA. Windows color (decimal): -2173958 or 16438238. OLE color: 16438238.

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

Color convert

RGB222211250-
CMYK0.110.1600.02
HSL256.92º79.59%90.39%-
HSV(B)256.92º15.6%98.04%-
XYZ70.6769.02100.04-
YUV218.74145.64130.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 211 (82.81% from 255) = 30.89%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=32.50%
G=30.89%
B=36.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222112500.110.1600.02256.9279.5990.39
HexDED3FAB1002101505a
Octal336323372132002401120132
Binary11011110110100111111101010111000001010000000110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED3FA; }

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

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

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

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

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

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

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

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