Html Css Color HEX #DFACEB Plum

📋 copy color: '#DFACEB'

red 223 ◦ green 172 ◦ blue 235

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

Shades of Plum #DFACEB

Tints of Plum #DFACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 35.4%
G = 27.3%
B = 37.3%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFACEB (or 0xDFACEB) is known color: Plum. HEX triplet: DF, AC and EB. RGB value is (223,172,235). Sum of RGB (Red+Green+Blue) = 223+172+235=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACEB is #205314. Grayscale: #C2C2C2. Windows color (decimal): -2118421 or 15445215. OLE color: 15445215.

HSL color Cylindrical-coordinate representation of color #DFACEB: hue angle of 288.57º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFACEB is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 172 235 -
CMYK 0.05 0.27 0 0.08
HSL 288.57º 0.61% 0.8% -
HSV(B) 288.57º 0.27% 0.92% -
XYZ 60.18 51.19 85.31 -
YUV 194.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 223 172 235 0.05 0.27 0 0.08 288.57 0.61 0.8
Hex DF AC EB 5 1B 0 8 121 3D 50
Octal 337 254 353 5 33 0 10 441 75 120
Binary 11011111 10101100 11101011 101 11011 0 1000 100100001 111101 1010000

Color Harmonies of #DFACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFACEB

Black with #DFACEB

Text Example


Text Example

White with #DFACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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