Html Css Color HEX #DFACE8 Plum

📋 copy color: '#DFACE8'

red 223 ◦ green 172 ◦ blue 232

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

Shades of Plum #DFACE8

Tints of Plum #DFACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37%

R = 35.57%
G = 27.43%
B = 37%

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

#DFACE8 (or 0xDFACE8) is known color: Plum. HEX triplet: DF, AC and E8. RGB value is (223,172,232). Sum of RGB (Red+Green+Blue) = 223+172+232=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACE8 is #205317. Grayscale: #C1C1C1. Windows color (decimal): -2118424 or 15248607. OLE color: 15248607.

HSL color Cylindrical-coordinate representation of color #DFACE8: hue angle of 291º degrees, saturation: 0.57, 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 #DFACE8 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 172 232 -
CMYK 0.04 0.26 0 0.09
HSL 291º 0.57% 0.79% -
HSV(B) 291º 0.26% 0.91% -
XYZ 59.75 51.02 83.04 -
YUV 194.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 223 172 232 0.04 0.26 0 0.09 291 0.57 0.79
Hex DF AC E8 4 1A 0 9 123 39 4F
Octal 337 254 350 4 32 0 11 443 71 117
Binary 11011111 10101100 11101000 100 11010 0 1001 100100011 111001 1001111

Color Harmonies of #DFACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACE8

Black with #DFACE8

Text Example


Text Example

White with #DFACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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