#DEAADF

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

Shades of Plum #DEAADF

Tints of Plum #DEAADF

Color information

#DEAADF (or 0xDEAADF) is unknown color: approx Plum. HEX triplet: DE, AA and DF. RGB value is (222,170,223). Sum of RGB (Red+Green+Blue) = 222+170+223=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAADF is #215520. Grayscale: #BFBFBF. Windows color (decimal): -2184481 or 14658270. OLE color: 14658270.

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

Color convert

RGB222170223-
CMYK0.000.2400.13
HSL298.87º45.3%77.06%-
HSV(B)298.87º23.77%87.45%-
XYZ57.8249.6176.34-
YUV191.59145.73149.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=36.10%
G=27.64%
B=36.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221702230.000.2400.13298.8745.377.06
HexDEAADF0180D12b2d4d
Octal33625233703001545355115
Binary110111101010101011011111011000011011001010111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAADF; }

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

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

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

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

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

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

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

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