Html Css Color HEX #DFACE0 Plum

📋 copy color: '#DFACE0'

red 223 ◦ green 172 ◦ blue 224

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

Shades of Plum #DFACE0

Tints of Plum #DFACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.19%

R = 36.03%
G = 27.79%
B = 36.19%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFACE0 (or 0xDFACE0) is known color: Plum. HEX triplet: DF, AC and E0. RGB value is (223,172,224). Sum of RGB (Red+Green+Blue) = 223+172+224=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACE0 is #20531F. Grayscale: #C1C1C1. Windows color (decimal): -2118432 or 14724319. OLE color: 14724319.

HSL color Cylindrical-coordinate representation of color #DFACE0: hue angle of 298.85º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFACE0 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 172 224 -
CMYK 0.00 0.23 0 0.12
HSL 298.85º 0.46% 0.78% -
HSV(B) 298.85º 0.23% 0.88% -
XYZ 58.64 50.57 77.19 -
YUV 193.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 223 172 224 0.00 0.23 0 0.12 298.85 0.46 0.78
Hex DF AC E0 0 17 0 C 12B 2E 4E
Octal 337 254 340 0 27 0 14 453 56 116
Binary 11011111 10101100 11100000 0 10111 0 1100 100101011 101110 1001110

Color Harmonies of #DFACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACE0

Black with #DFACE0

Text Example


Text Example

White with #DFACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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