Html Css Color HEX #DFA3EC Plum

📋 copy color: '#DFA3EC'

red 223 ◦ green 163 ◦ blue 236

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

Shades of Plum #DFA3EC

Tints of Plum #DFA3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.21%

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

R = 35.85%
G = 26.21%
B = 37.94%

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

#DFA3EC (or 0xDFA3EC) is known color: Plum. HEX triplet: DF, A3 and EC. RGB value is (223,163,236). Sum of RGB (Red+Green+Blue) = 223+163+236=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3EC is #205C13. Grayscale: #BDBDBD. Windows color (decimal): -2120724 or 15508447. OLE color: 15508447.

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

Color convert

RGB 223 163 236 -
CMYK 0.06 0.31 0 0.07
HSL 289.32º 0.66% 0.78% -
HSV(B) 289.32º 0.31% 0.93% -
XYZ 58.67 47.94 85.52 -
YUV 189.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 223 163 236 0.06 0.31 0 0.07 289.32 0.66 0.78
Hex DF A3 EC 6 1F 0 7 121 42 4E
Octal 337 243 354 6 37 0 7 441 102 116
Binary 11011111 10100011 11101100 110 11111 0 111 100100001 1000010 1001110

Color Harmonies of #DFA3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA3EC

Black with #DFA3EC

Text Example


Text Example

White with #DFA3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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