Html Css Color HEX #DFA4EC Plum

📋 copy color: '#DFA4EC'

red 223 ◦ green 164 ◦ blue 236

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

Shades of Plum #DFA4EC

Tints of Plum #DFA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.32%

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 35.79%
G = 26.32%
B = 37.88%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFA4EC (or 0xDFA4EC) is known color: Plum. HEX triplet: DF, A4 and EC. RGB value is (223,164,236). Sum of RGB (Red+Green+Blue) = 223+164+236=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4EC is #205B13. Grayscale: #BDBDBD. Windows color (decimal): -2120468 or 15508703. OLE color: 15508703.

HSL color Cylindrical-coordinate representation of color #DFA4EC: hue angle of 289.17º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA4EC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 164 236 -
CMYK 0.06 0.31 0 0.07
HSL 289.17º 0.65% 0.78% -
HSV(B) 289.17º 0.31% 0.93% -
XYZ 58.85 48.3 85.58 -
YUV 189.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 223 164 236 0.06 0.31 0 0.07 289.17 0.65 0.78
Hex DF A4 EC 6 1F 0 7 121 41 4E
Octal 337 244 354 6 37 0 7 441 101 116
Binary 11011111 10100100 11101100 110 11111 0 111 100100001 1000001 1001110

Color Harmonies of #DFA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA4EC

Black with #DFA4EC

Text Example


Text Example

White with #DFA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA4EC; }

 p { color: rgb(223,164,236); }

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

background-color css

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

 a { background-color: rgb(223,164,236); }

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

border-color css

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

 span { border-color: rgb(223,164,236); }

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