#DED6FF

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

Shades of Quartz #DED6FF

Tints of Quartz #DED6FF

Color information

#DED6FF (or 0xDED6FF) is unknown color: approx Quartz. HEX triplet: DE, D6 and FF. RGB value is (222,214,255). Sum of RGB (Red+Green+Blue) = 222+214+255=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED6FF is #212900. Grayscale: #DCDCDC. Windows color (decimal): -2173185 or 16766686. OLE color: 16766686.

HSL color Cylindrical-coordinate representation of color #DED6FF: hue angle of 251.71º 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 #DED6FF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222214255-
CMYK0.130.1600
HSL251.71º100%91.96%-
HSV(B)251.71º16.08%100%-
XYZ72.2270.84104.48-
YUV221.07147.15128.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.13%
GREEN value IS 214 (83.98% from 255) = 30.97%
BLUE value IS 255 (100% from 255) = 36.90%
R=32.13%
G=30.97%
B=36.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222142550.130.1600251.7110091.96
HexDED6FFD1000fc645c
Octal336326377152000374144134
Binary110111101101011011111111110110000001111110011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6FF; }

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

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

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

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

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

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

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

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