Html Css Color HEX #DFABEA Plum

📋 copy color: '#DFABEA'

red 223 ◦ green 171 ◦ blue 234

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

Shades of Plum #DFABEA

Tints of Plum #DFABEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.26%

R = 35.51%
G = 27.23%
B = 37.26%

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

#DFABEA (or 0xDFABEA) is known color: Plum. HEX triplet: DF, AB and EA. RGB value is (223,171,234). Sum of RGB (Red+Green+Blue) = 223+171+234=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABEA is #205415. Grayscale: #C1C1C1. Windows color (decimal): -2118678 or 15379423. OLE color: 15379423.

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

Color convert

RGB 223 171 234 -
CMYK 0.05 0.27 0 0.08
HSL 289.52º 0.6% 0.79% -
HSV(B) 289.52º 0.27% 0.92% -
XYZ 59.85 50.75 84.48 -
YUV 193.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 223 171 234 0.05 0.27 0 0.08 289.52 0.6 0.79
Hex DF AB EA 5 1B 0 8 122 3C 4F
Octal 337 253 352 5 33 0 10 442 74 117
Binary 11011111 10101011 11101010 101 11011 0 1000 100100010 111100 1001111

Color Harmonies of #DFABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABEA

Black with #DFABEA

Text Example


Text Example

White with #DFABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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