#DEAFE3

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

Shades of Plum #DEAFE3

Tints of Plum #DEAFE3

Color information

#DEAFE3 (or 0xDEAFE3) is unknown color: approx Plum. HEX triplet: DE, AF and E3. RGB value is (222,175,227). Sum of RGB (Red+Green+Blue) = 222+175+227=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 227 (89.06% from 255 or 36.38% from 624); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFE3 is #21501C. Grayscale: #C2C2C2. Windows color (decimal): -2183197 or 14921694. OLE color: 14921694.

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

Color convert

RGB222175227-
CMYK0.020.2300.11
HSL294.23º48.15%78.82%-
HSV(B)294.23º22.91%89.02%-
XYZ59.3251.7479.53-
YUV194.98146.07147.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 227 (89.06% from 255) = 36.38%
R=35.58%
G=28.04%
B=36.38%

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
Decimal2221752270.020.2300.11294.2348.1578.82
HexDEAFE32170B126304f
Octal33625734322701344660117
Binary1101111010101111111000111010111010111001001101100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFE3; }

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

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

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

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

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

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

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

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