#DEAFE2

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

Shades of Plum #DEAFE2

Tints of Plum #DEAFE2

Color information

#DEAFE2 (or 0xDEAFE2) is unknown color: approx Plum. HEX triplet: DE, AF and E2. RGB value is (222,175,226). Sum of RGB (Red+Green+Blue) = 222+175+226=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFE2 is #21501D. Grayscale: #C2C2C2. Windows color (decimal): -2183198 or 14856158. OLE color: 14856158.

HSL color Cylindrical-coordinate representation of color #DEAFE2: hue angle of 295.29º degrees, saturation: 0.47, 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 #DEAFE2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222175226-
CMYK0.020.2300.11
HSL295.29º46.79%78.63%-
HSV(B)295.29º22.57%88.63%-
XYZ59.1851.6878.81-
YUV194.87145.57147.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 226 (88.67% from 255) = 36.28%
R=35.63%
G=28.09%
B=36.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221752260.020.2300.11295.2946.7978.63
HexDEAFE22170B1272f4f
Octal33625734222701344757117
Binary1101111010101111111000101010111010111001001111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFE2; }

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

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

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

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

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

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

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

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