Html Css Color HEX #DFA2EC Plum

📋 copy color: '#DFA2EC'

red 223 ◦ green 162 ◦ blue 236

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

Shades of Plum #DFA2EC

Tints of Plum #DFA2EC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.09%

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

R = 35.91%
G = 26.09%
B = 38%

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

#DFA2EC (or 0xDFA2EC) is known color: Plum. HEX triplet: DF, A2 and EC. RGB value is (223,162,236). Sum of RGB (Red+Green+Blue) = 223+162+236=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2EC is #205D13. Grayscale: #BCBCBC. Windows color (decimal): -2120980 or 15508191. OLE color: 15508191.

HSL color Cylindrical-coordinate representation of color #DFA2EC: hue angle of 289.46º degrees, saturation: 0.66, 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 #DFA2EC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 162 236 -
CMYK 0.06 0.31 0 0.07
HSL 289.46º 0.66% 0.78% -
HSV(B) 289.46º 0.31% 0.93% -
XYZ 58.49 47.58 85.46 -
YUV 188.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 223 162 236 0.06 0.31 0 0.07 289.46 0.66 0.78
Hex DF A2 EC 6 1F 0 7 121 42 4E
Octal 337 242 354 6 37 0 7 441 102 116
Binary 11011111 10100010 11101100 110 11111 0 111 100100001 1000010 1001110

Color Harmonies of #DFA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2EC

Black with #DFA2EC

Text Example


Text Example

White with #DFA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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