Html Css Color HEX #DFACDF Plum

📋 copy color: '#DFACDF'

red 223 ◦ green 172 ◦ blue 223

#DFACDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DFACDF

Tints of Plum #DFACDF

RGB

 RED value IS 223 (87.5% from 255) = 36.08%

 GREEN value IS 172 (67.58% from 255) = 27.83%

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 36.08%
G = 27.83%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFACDF (or 0xDFACDF) is known color: Plum. HEX triplet: DF, AC and DF. RGB value is (223,172,223). Sum of RGB (Red+Green+Blue) = 223+172+223=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACDF is #205320. Grayscale: #C0C0C0. Windows color (decimal): -2118433 or 14658783. OLE color: 14658783.

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

Color convert

RGB 223 172 223 -
CMYK 0 0.23 0 0.13
HSL 300º 0.44% 0.77% -
HSV(B) 300º 0.23% 0.87% -
XYZ 58.5 50.52 76.48 -
YUV 193.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 223 172 223 0 0.23 0 0.13 300 0.44 0.77
Hex DF AC DF 0 17 0 D 12C 2C 4D
Octal 337 254 337 0 27 0 15 454 54 115
Binary 11011111 10101100 11011111 0 10111 0 1101 100101100 101100 1001101

Color Harmonies of #DFACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACDF

Black with #DFACDF

Text Example


Text Example

White with #DFACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACDF; }

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

 H1.HeaderClassName
 {
   color: #DFACDF;
 }
 .AnyTagClassName
 {
   color: #DFACDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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