#DEACDF

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

Shades of Plum #DEACDF

Tints of Plum #DEACDF

Color information

#DEACDF (or 0xDEACDF) is unknown color: approx Plum. HEX triplet: DE, AC and DF. RGB value is (222,172,223). Sum of RGB (Red+Green+Blue) = 222+172+223=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACDF is #215320. Grayscale: #C0C0C0. Windows color (decimal): -2183969 or 14658782. OLE color: 14658782.

HSL color Cylindrical-coordinate representation of color #DEACDF: hue angle of 298.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEACDF is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222172223-
CMYK0.000.2300.13
HSL298.82º44.35%77.45%-
HSV(B)298.82º22.87%87.45%-
XYZ58.250.3676.47-
YUV192.76145.06148.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=35.98%
G=27.88%
B=36.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221722230.000.2300.13298.8244.3577.45
HexDEACDF0170D12b2c4d
Octal33625433702701545354115
Binary110111101010110011011111010111011011001010111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACDF; }

 p { color: rgb(222,172,223); }

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

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

 a { background-color: rgb(222,172,223); }

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

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

 span { border-color: rgb(222,172,223); }

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