Html Css Color HEX #DFACE5 Plum

📋 copy color: '#DFACE5'

red 223 ◦ green 172 ◦ blue 229

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

Shades of Plum #DFACE5

Tints of Plum #DFACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.7%

R = 35.74%
G = 27.56%
B = 36.7%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFACE5 (or 0xDFACE5) is known color: Plum. HEX triplet: DF, AC and E5. RGB value is (223,172,229). Sum of RGB (Red+Green+Blue) = 223+172+229=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACE5 is #20531A. Grayscale: #C1C1C1. Windows color (decimal): -2118427 or 15051999. OLE color: 15051999.

HSL color Cylindrical-coordinate representation of color #DFACE5: hue angle of 293.68º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFACE5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 172 229 -
CMYK 0.03 0.25 0 0.10
HSL 293.68º 0.52% 0.79% -
HSV(B) 293.68º 0.25% 0.9% -
XYZ 59.33 50.85 80.82 -
YUV 193.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 223 172 229 0.03 0.25 0 0.10 293.68 0.52 0.79
Hex DF AC E5 3 19 0 A 126 34 4F
Octal 337 254 345 3 31 0 12 446 64 117
Binary 11011111 10101100 11100101 11 11001 0 1010 100100110 110100 1001111

Color Harmonies of #DFACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACE5

Black with #DFACE5

Text Example


Text Example

White with #DFACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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