#DED8FF

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

Shades of Quartz #DED8FF

Tints of Quartz #DED8FF

Color information

#DED8FF (or 0xDED8FF) is unknown color: approx Quartz. HEX triplet: DE, D8 and FF. RGB value is (222,216,255). Sum of RGB (Red+Green+Blue) = 222+216+255=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED8FF is #212700. Grayscale: #DEDEDE. Windows color (decimal): -2172673 or 16767198. OLE color: 16767198.

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

Color convert

RGB222216255-
CMYK0.130.1500
HSL249.23º100%92.35%-
HSV(B)249.23º15.29%100%-
XYZ72.7371.86104.65-
YUV222.24146.49127.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.03%
GREEN value IS 216 (84.77% from 255) = 31.17%
BLUE value IS 255 (100% from 255) = 36.80%
R=32.03%
G=31.17%
B=36.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222162550.130.1500249.2310092.35
HexDED8FFDF00f9645c
Octal336330377151700371144134
Binary11011110110110001111111111011111001111100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8FF; }

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

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

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

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

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

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

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

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