Html Css Color HEX #DFAAE5 Plum

📋 copy color: '#DFAAE5'

red 223 ◦ green 170 ◦ blue 229

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

Shades of Plum #DFAAE5

Tints of Plum #DFAAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.82%

R = 35.85%
G = 27.33%
B = 36.82%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFAAE5 (or 0xDFAAE5) is known color: Plum. HEX triplet: DF, AA and E5. RGB value is (223,170,229). Sum of RGB (Red+Green+Blue) = 223+170+229=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFAAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAE5 is #20551A. Grayscale: #C0C0C0. Windows color (decimal): -2118939 or 15051487. OLE color: 15051487.

HSL color Cylindrical-coordinate representation of color #DFAAE5: hue angle of 293.9º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFAAE5 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 170 229 -
CMYK 0.03 0.26 0 0.10
HSL 293.9º 0.53% 0.78% -
HSV(B) 293.9º 0.26% 0.9% -
XYZ 58.95 50.09 80.69 -
YUV 192.57 148.56 149.7 -
System Red Green Blue C M Y K H S L
Decimal 223 170 229 0.03 0.26 0 0.10 293.9 0.53 0.78
Hex DF AA E5 3 1A 0 A 126 35 4E
Octal 337 252 345 3 32 0 12 446 65 116
Binary 11011111 10101010 11100101 11 11010 0 1010 100100110 110101 1001110

Color Harmonies of #DFAAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAE5

Black with #DFAAE5

Text Example


Text Example

White with #DFAAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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