Html Css Color HEX #DFA8EA Plum

📋 copy color: '#DFA8EA'

red 223 ◦ green 168 ◦ blue 234

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

Shades of Plum #DFA8EA

Tints of Plum #DFA8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.88%

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

R = 35.68%
G = 26.88%
B = 37.44%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFA8EA (or 0xDFA8EA) is known color: Plum. HEX triplet: DF, A8 and EA. RGB value is (223,168,234). Sum of RGB (Red+Green+Blue) = 223+168+234=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8EA is #205715. Grayscale: #BFBFBF. Windows color (decimal): -2119446 or 15378655. OLE color: 15378655.

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

Color convert

RGB 223 168 234 -
CMYK 0.05 0.28 0 0.08
HSL 290º 0.61% 0.79% -
HSV(B) 290º 0.28% 0.92% -
XYZ 59.29 49.63 84.3 -
YUV 191.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 223 168 234 0.05 0.28 0 0.08 290 0.61 0.79
Hex DF A8 EA 5 1C 0 8 122 3D 4F
Octal 337 250 352 5 34 0 10 442 75 117
Binary 11011111 10101000 11101010 101 11100 0 1000 100100010 111101 1001111

Color Harmonies of #DFA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8EA

Black with #DFA8EA

Text Example


Text Example

White with #DFA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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