#DEAFDF

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

Shades of Plum #DEAFDF

Tints of Plum #DEAFDF

Color information

#DEAFDF (or 0xDEAFDF) is unknown color: approx Plum. HEX triplet: DE, AF and DF. RGB value is (222,175,223). Sum of RGB (Red+Green+Blue) = 222+175+223=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFDF is #215020. Grayscale: #C2C2C2. Windows color (decimal): -2183201 or 14659550. OLE color: 14659550.

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

Color convert

RGB222175223-
CMYK0.000.2200.13
HSL298.75º42.86%78.04%-
HSV(B)298.75º21.52%87.45%-
XYZ58.7751.5276.66-
YUV194.52144.07147.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=35.81%
G=28.23%
B=35.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221752230.000.2200.13298.7542.8678.04
HexDEAFDF0160D12b2b4e
Octal33625733702601545353116
Binary110111101010111111011111010110011011001010111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFDF; }

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

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

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

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

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

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

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

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