#DED5F7

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

Shades of Quartz #DED5F7

Tints of Quartz #DED5F7

Color information

#DED5F7 (or 0xDED5F7) is unknown color: approx Quartz. HEX triplet: DE, D5 and F7. RGB value is (222,213,247). Sum of RGB (Red+Green+Blue) = 222+213+247=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 247 - color contains mainly: blue. Hex color #DED5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5F7 is #212A08. Grayscale: #DBDBDB. Windows color (decimal): -2173449 or 16242142. OLE color: 16242142.

HSL color Cylindrical-coordinate representation of color #DED5F7: hue angle of 255.88º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DED5F7 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222213247-
CMYK0.100.1400.03
HSL255.88º68%90.2%-
HSV(B)255.88º13.77%96.86%-
XYZ70.7169.8397.75-
YUV219.57143.48129.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.55%
GREEN value IS 213 (83.59% from 255) = 31.23%
BLUE value IS 247 (96.88% from 255) = 36.22%
R=32.55%
G=31.23%
B=36.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222132470.100.1400.03255.886890.2
HexDED5F7AE03100445a
Octal336325367121603400104132
Binary1101111011010101111101111010111001110000000010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5F7; }

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

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

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

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

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

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

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

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