Html Css Color HEX #DFACE9 Plum

📋 copy color: '#DFACE9'

red 223 ◦ green 172 ◦ blue 233

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

Shades of Plum #DFACE9

Tints of Plum #DFACE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.1%

R = 35.51%
G = 27.39%
B = 37.1%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFACE9 (or 0xDFACE9) is known color: Plum. HEX triplet: DF, AC and E9. RGB value is (223,172,233). Sum of RGB (Red+Green+Blue) = 223+172+233=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACE9 is #205316. Grayscale: #C2C2C2. Windows color (decimal): -2118423 or 15314143. OLE color: 15314143.

HSL color Cylindrical-coordinate representation of color #DFACE9: hue angle of 290.16º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFACE9 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 172 233 -
CMYK 0.04 0.26 0 0.09
HSL 290.16º 0.58% 0.79% -
HSV(B) 290.16º 0.26% 0.91% -
XYZ 59.89 51.08 83.79 -
YUV 194.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 223 172 233 0.04 0.26 0 0.09 290.16 0.58 0.79
Hex DF AC E9 4 1A 0 9 122 3A 4F
Octal 337 254 351 4 32 0 11 442 72 117
Binary 11011111 10101100 11101001 100 11010 0 1001 100100010 111010 1001111

Color Harmonies of #DFACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACE9

Black with #DFACE9

Text Example


Text Example

White with #DFACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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