Html Css Color HEX #DFA8EC Plum

📋 copy color: '#DFA8EC'

red 223 ◦ green 168 ◦ blue 236

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

Shades of Plum #DFA8EC

Tints of Plum #DFA8EC

RGB

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

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

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

R = 35.57%
G = 26.79%
B = 37.64%

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

#DFA8EC (or 0xDFA8EC) is known color: Plum. HEX triplet: DF, A8 and EC. RGB value is (223,168,236). Sum of RGB (Red+Green+Blue) = 223+168+236=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA8EC is #205713. Grayscale: #BFBFBF. Windows color (decimal): -2119444 or 15509727. OLE color: 15509727.

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

Color convert

RGB 223 168 236 -
CMYK 0.06 0.29 0 0.07
HSL 288.53º 0.64% 0.79% -
HSV(B) 288.53º 0.29% 0.93% -
XYZ 59.57 49.75 85.82 -
YUV 192.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 223 168 236 0.06 0.29 0 0.07 288.53 0.64 0.79
Hex DF A8 EC 6 1D 0 7 121 40 4F
Octal 337 250 354 6 35 0 7 441 100 117
Binary 11011111 10101000 11101100 110 11101 0 111 100100001 1000000 1001111

Color Harmonies of #DFA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8EC

Black with #DFA8EC

Text Example


Text Example

White with #DFA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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