#DED5FF

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

Shades of Quartz #DED5FF

Tints of Quartz #DED5FF

Color information

#DED5FF (or 0xDED5FF) is unknown color: approx Quartz. HEX triplet: DE, D5 and FF. RGB value is (222,213,255). Sum of RGB (Red+Green+Blue) = 222+213+255=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5FF is #212A00. Grayscale: #DCDCDC. Windows color (decimal): -2173441 or 16766430. OLE color: 16766430.

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

Color convert

RGB222213255-
CMYK0.130.1600
HSL252.86º100%91.76%-
HSV(B)252.86º16.47%100%-
XYZ71.9770.34104.39-
YUV220.48147.48129.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 213 (83.59% from 255) = 30.87%
BLUE value IS 255 (100% from 255) = 36.96%
R=32.17%
G=30.87%
B=36.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222132550.130.1600252.8610091.76
HexDED5FFD1000fd645c
Octal336325377152000375144134
Binary110111101101010111111111110110000001111110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5FF; }

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

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

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

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

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

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

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

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