#DEAEE7

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

Shades of Plum #DEAEE7

Tints of Plum #DEAEE7

Color information

#DEAEE7 (or 0xDEAEE7) is unknown color: approx Plum. HEX triplet: DE, AE and E7. RGB value is (222,174,231). Sum of RGB (Red+Green+Blue) = 222+174+231=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEE7 is #215118. Grayscale: #C2C2C2. Windows color (decimal): -2183449 or 15183582. OLE color: 15183582.

HSL color Cylindrical-coordinate representation of color #DEAEE7: hue angle of 290.53º degrees, saturation: 0.54, 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 #DEAEE7 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222174231-
CMYK0.040.2500.09
HSL290.53º54.29%79.41%-
HSV(B)290.53º24.68%90.59%-
XYZ59.6851.5782.41-
YUV194.85148.4147.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.41%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=35.41%
G=27.75%
B=36.84%

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
Decimal2221742310.040.2500.09290.5354.2979.41
HexDEAEE741909123364f
Octal33625634743101144366117
Binary11011110101011101110011110011001010011001000111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEE7; }

 p { color: rgb(222,174,231); }

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

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

 a { background-color: rgb(222,174,231); }

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

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

 span { border-color: rgb(222,174,231); }

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