Html Css Color HEX #DFAAE2 Plum

📋 copy color: '#DFAAE2'

red 223 ◦ green 170 ◦ blue 226

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

Shades of Plum #DFAAE2

Tints of Plum #DFAAE2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.46%

 BLUE value IS 226 (88.67% from 255) = 36.51%

R = 36.03%
G = 27.46%
B = 36.51%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFAAE2 (or 0xDFAAE2) is known color: Plum. HEX triplet: DF, AA and E2. RGB value is (223,170,226). Sum of RGB (Red+Green+Blue) = 223+170+226=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFAAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAE2 is #20551D. Grayscale: #C0C0C0. Windows color (decimal): -2118942 or 14854879. OLE color: 14854879.

HSL color Cylindrical-coordinate representation of color #DFAAE2: hue angle of 296.79º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFAAE2 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 170 226 -
CMYK 0.01 0.25 0 0.11
HSL 296.79º 0.49% 0.78% -
HSV(B) 296.79º 0.25% 0.89% -
XYZ 58.53 49.93 78.5 -
YUV 192.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 223 170 226 0.01 0.25 0 0.11 296.79 0.49 0.78
Hex DF AA E2 1 19 0 B 129 31 4E
Octal 337 252 342 1 31 0 13 451 61 116
Binary 11011111 10101010 11100010 1 11001 0 1011 100101001 110001 1001110

Color Harmonies of #DFAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAE2

Black with #DFAAE2

Text Example


Text Example

White with #DFAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAE2; }

 p { color: rgb(223,170,226); }

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

background-color css

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

 a { background-color: rgb(223,170,226); }

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

border-color css

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

 span { border-color: rgb(223,170,226); }

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