#DEAFE4

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

Shades of Plum #DEAFE4

Tints of Plum #DEAFE4

Color information

#DEAFE4 (or 0xDEAFE4) is unknown color: approx Plum. HEX triplet: DE, AF and E4. RGB value is (222,175,228). Sum of RGB (Red+Green+Blue) = 222+175+228=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFE4 is #21501B. Grayscale: #C2C2C2. Windows color (decimal): -2183196 or 14987230. OLE color: 14987230.

HSL color Cylindrical-coordinate representation of color #DEAFE4: hue angle of 293.21º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEAFE4 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222175228-
CMYK0.030.2300.11
HSL293.21º49.53%79.02%-
HSV(B)293.21º23.25%89.41%-
XYZ59.4651.7980.26-
YUV195.1146.57147.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=35.52%
G=28%
B=36.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221752280.030.2300.11293.2149.5379.02
HexDEAFE43170B125324f
Octal33625734432701344562117
Binary1101111010101111111001001110111010111001001011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFE4; }

 p { color: rgb(222,175,228); }

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

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

 a { background-color: rgb(222,175,228); }

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

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

 span { border-color: rgb(222,175,228); }

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