Html Css Color HEX #DFA6ED Plum

📋 copy color: '#DFA6ED'

red 223 ◦ green 166 ◦ blue 237

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

Shades of Plum #DFA6ED

Tints of Plum #DFA6ED

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.52%

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 35.62%
G = 26.52%
B = 37.86%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFA6ED (or 0xDFA6ED) is known color: Plum. HEX triplet: DF, A6 and ED. RGB value is (223,166,237). Sum of RGB (Red+Green+Blue) = 223+166+237=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA6ED is #205912. Grayscale: #BEBEBE. Windows color (decimal): -2119955 or 15574751. OLE color: 15574751.

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

Color convert

RGB 223 166 237 -
CMYK 0.06 0.30 0 0.07
HSL 288.17º 0.66% 0.79% -
HSV(B) 288.17º 0.3% 0.93% -
XYZ 59.35 49.07 86.46 -
YUV 191.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 223 166 237 0.06 0.30 0 0.07 288.17 0.66 0.79
Hex DF A6 ED 6 1E 0 7 120 42 4F
Octal 337 246 355 6 36 0 7 440 102 117
Binary 11011111 10100110 11101101 110 11110 0 111 100100000 1000010 1001111

Color Harmonies of #DFA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA6ED

Black with #DFA6ED

Text Example


Text Example

White with #DFA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA6ED; }

 p { color: rgb(223,166,237); }

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

background-color css

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

 a { background-color: rgb(223,166,237); }

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

border-color css

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

 span { border-color: rgb(223,166,237); }

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