#DED7FD

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

Shades of Quartz #DED7FD

Tints of Quartz #DED7FD

Color information

#DED7FD (or 0xDED7FD) is unknown color: approx Quartz. HEX triplet: DE, D7 and FD. RGB value is (222,215,253). Sum of RGB (Red+Green+Blue) = 222+215+253=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #DED7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED7FD is #212802. Grayscale: #DDDDDD. Windows color (decimal): -2172931 or 16635870. OLE color: 16635870.

HSL color Cylindrical-coordinate representation of color #DED7FD: hue angle of 251.05º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED7FD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222215253-
CMYK0.120.1500.01
HSL251.05º90.48%91.76%-
HSV(B)251.05º15.02%99.22%-
XYZ72.1571.22102.87-
YUV221.42145.82128.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 215 (84.38% from 255) = 31.16%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=32.17%
G=31.16%
B=36.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222152530.120.1500.01251.0590.4891.76
HexDED7FDCF01fb5a5c
Octal336327375141701373132134
Binary11011110110101111111110111001111011111101110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7FD; }

 p { color: rgb(222,215,253); }

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

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

 a { background-color: rgb(222,215,253); }

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

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

 span { border-color: rgb(222,215,253); }

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