Html Css Color HEX #DFAAE8 Plum

📋 copy color: '#DFAAE8'

red 223 ◦ green 170 ◦ blue 232

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

Shades of Plum #DFAAE8

Tints of Plum #DFAAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.12%

R = 35.68%
G = 27.2%
B = 37.12%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFAAE8 (or 0xDFAAE8) is known color: Plum. HEX triplet: DF, AA and E8. RGB value is (223,170,232). Sum of RGB (Red+Green+Blue) = 223+170+232=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFAAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAE8 is #205517. Grayscale: #C0C0C0. Windows color (decimal): -2118936 or 15248095. OLE color: 15248095.

HSL color Cylindrical-coordinate representation of color #DFAAE8: hue angle of 291.29º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFAAE8 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 170 232 -
CMYK 0.04 0.27 0 0.09
HSL 291.29º 0.57% 0.79% -
HSV(B) 291.29º 0.27% 0.91% -
XYZ 59.37 50.26 82.92 -
YUV 192.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 223 170 232 0.04 0.27 0 0.09 291.29 0.57 0.79
Hex DF AA E8 4 1B 0 9 123 39 4F
Octal 337 252 350 4 33 0 11 443 71 117
Binary 11011111 10101010 11101000 100 11011 0 1001 100100011 111001 1001111

Color Harmonies of #DFAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAE8

Black with #DFAAE8

Text Example


Text Example

White with #DFAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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