#DED4FF

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

Shades of Quartz #DED4FF

Tints of Quartz #DED4FF

Color information

#DED4FF (or 0xDED4FF) is unknown color: approx Quartz. HEX triplet: DE, D4 and FF. RGB value is (222,212,255). Sum of RGB (Red+Green+Blue) = 222+212+255=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 212 (83.20% from 255 or 30.77% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #DED4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED4FF is #212B00. Grayscale: #DBDBDB. Windows color (decimal): -2173697 or 16766174. OLE color: 16766174.

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

Color convert

RGB222212255-
CMYK0.130.1700
HSL253.95º100%91.57%-
HSV(B)253.95º16.86%100%-
XYZ71.7269.84104.31-
YUV219.89147.81129.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.22%
GREEN value IS 212 (83.20% from 255) = 30.77%
BLUE value IS 255 (100% from 255) = 37.01%
R=32.22%
G=30.77%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222122550.130.1700253.9510091.57
HexDED4FFD1100fe645c
Octal336324377152100376144134
Binary110111101101010011111111110110001001111111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4FF; }

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

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

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

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

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

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

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

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