#DED5FE

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

Shades of Quartz #DED5FE

Tints of Quartz #DED5FE

Color information

#DED5FE (or 0xDED5FE) is unknown color: approx Quartz. HEX triplet: DE, D5 and FE. RGB value is (222,213,254). Sum of RGB (Red+Green+Blue) = 222+213+254=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #DED5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5FE is #212A01. Grayscale: #DCDCDC. Windows color (decimal): -2173442 or 16700894. OLE color: 16700894.

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

Color convert

RGB222213254-
CMYK0.130.1600.00
HSL253.17º95.35%91.57%-
HSV(B)253.17º16.14%99.61%-
XYZ71.8170.27103.55-
YUV220.36146.98129.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.22%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=32.22%
G=30.91%
B=36.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222132540.130.1600.00253.1795.3591.57
HexDED5FED1000fd5f5c
Octal336325376152000375137134
Binary110111101101010111111110110110000001111110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5FE; }

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

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

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

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

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

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

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

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