#DCAFDF

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

Shades of Plum #DCAFDF

Tints of Plum #DCAFDF

Color information

#DCAFDF (or 0xDCAFDF) is unknown color: approx Plum. HEX triplet: DC, AF and DF. RGB value is (220,175,223). Sum of RGB (Red+Green+Blue) = 220+175+223=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFDF is #235020. Grayscale: #C1C1C1. Windows color (decimal): -2314273 or 14659548. OLE color: 14659548.

HSL color Cylindrical-coordinate representation of color #DCAFDF: hue angle of 296.25º 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 #DCAFDF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220175223-
CMYK0.010.2200.13
HSL296.25º42.86%78.04%-
HSV(B)296.25º21.52%87.45%-
XYZ58.1651.276.63-
YUV193.93144.41146.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=35.60%
G=28.32%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201752230.010.2200.13296.2542.8678.04
HexDCAFDF1160D1282b4e
Octal33425733712601545053116
Binary110111001010111111011111110110011011001010001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFDF; }

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

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

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

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

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

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

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

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