Html Css Color HEX #DFABE8 Plum

📋 copy color: '#DFABE8'

red 223 ◦ green 171 ◦ blue 232

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

Shades of Plum #DFABE8

Tints of Plum #DFABE8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.32%

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

R = 35.62%
G = 27.32%
B = 37.06%

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

#DFABE8 (or 0xDFABE8) is known color: Plum. HEX triplet: DF, AB and E8. RGB value is (223,171,232). Sum of RGB (Red+Green+Blue) = 223+171+232=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABE8 is #205417. Grayscale: #C1C1C1. Windows color (decimal): -2118680 or 15248351. OLE color: 15248351.

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

Color convert

RGB 223 171 232 -
CMYK 0.04 0.26 0 0.09
HSL 291.15º 0.57% 0.79% -
HSV(B) 291.15º 0.26% 0.91% -
XYZ 59.56 50.64 82.98 -
YUV 193.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 223 171 232 0.04 0.26 0 0.09 291.15 0.57 0.79
Hex DF AB E8 4 1A 0 9 123 39 4F
Octal 337 253 350 4 32 0 11 443 71 117
Binary 11011111 10101011 11101000 100 11010 0 1001 100100011 111001 1001111

Color Harmonies of #DFABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABE8

Black with #DFABE8

Text Example


Text Example

White with #DFABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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