#DEADE8

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

Shades of Plum #DEADE8

Tints of Plum #DEADE8

Color information

#DEADE8 (or 0xDEADE8) is unknown color: approx Plum. HEX triplet: DE, AD and E8. RGB value is (222,173,232). Sum of RGB (Red+Green+Blue) = 222+173+232=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADE8 is #215217. Grayscale: #C2C2C2. Windows color (decimal): -2183704 or 15248862. OLE color: 15248862.

HSL color Cylindrical-coordinate representation of color #DEADE8: hue angle of 289.83º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEADE8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222173232-
CMYK0.040.2500.09
HSL289.83º56.19%79.41%-
HSV(B)289.83º25.43%90.98%-
XYZ59.6351.2483.09-
YUV194.38149.23147.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.41%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 232 (91.02% from 255) = 37.00%
R=35.41%
G=27.59%
B=37.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221732320.040.2500.09289.8356.1979.41
HexDEADE841909122384f
Octal33625535043101144270117
Binary11011110101011011110100010011001010011001000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADE8; }

 p { color: rgb(222,173,232); }

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

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

 a { background-color: rgb(222,173,232); }

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

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

 span { border-color: rgb(222,173,232); }

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