Html Css Color HEX #DFA7EC Plum

📋 copy color: '#DFA7EC'

red 223 ◦ green 167 ◦ blue 236

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

Shades of Plum #DFA7EC

Tints of Plum #DFA7EC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.68%

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

R = 35.62%
G = 26.68%
B = 37.7%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFA7EC (or 0xDFA7EC) is known color: Plum. HEX triplet: DF, A7 and EC. RGB value is (223,167,236). Sum of RGB (Red+Green+Blue) = 223+167+236=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7EC is #205813. Grayscale: #BFBFBF. Windows color (decimal): -2119700 or 15509471. OLE color: 15509471.

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

Color convert

RGB 223 167 236 -
CMYK 0.06 0.29 0 0.07
HSL 288.7º 0.64% 0.79% -
HSV(B) 288.7º 0.29% 0.93% -
XYZ 59.39 49.38 85.76 -
YUV 191.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 223 167 236 0.06 0.29 0 0.07 288.7 0.64 0.79
Hex DF A7 EC 6 1D 0 7 121 40 4F
Octal 337 247 354 6 35 0 7 441 100 117
Binary 11011111 10100111 11101100 110 11101 0 111 100100001 1000000 1001111

Color Harmonies of #DFA7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA7EC

Black with #DFA7EC

Text Example


Text Example

White with #DFA7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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