Html Css Color HEX #DCAAE7 Plum

📋 copy color: '#DCAAE7'

red 220 ◦ green 170 ◦ blue 231

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

Shades of Plum #DCAAE7

Tints of Plum #DCAAE7

RGB

 RED value IS 220 (86.33% from 255) = 35.43%

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

 BLUE value IS 231 (90.63% from 255) = 37.2%

R = 35.43%
G = 27.38%
B = 37.2%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCAAE7 (or 0xDCAAE7) is known color: Plum. HEX triplet: DC, AA and E7. RGB value is (220,170,231). Sum of RGB (Red+Green+Blue) = 220+170+231=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAE7 is #235518. Grayscale: #BFBFBF. Windows color (decimal): -2315545 or 15182556. OLE color: 15182556.

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

Color convert

RGB 220 170 231 -
CMYK 0.05 0.26 0 0.09
HSL 289.18º 0.56% 0.79% -
HSV(B) 289.18º 0.26% 0.91% -
XYZ 58.31 49.73 82.13 -
YUV 191.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 220 170 231 0.05 0.26 0 0.09 289.18 0.56 0.79
Hex DC AA E7 5 1A 0 9 121 38 4F
Octal 334 252 347 5 32 0 11 441 70 117
Binary 11011100 10101010 11100111 101 11010 0 1001 100100001 111000 1001111

Color Harmonies of #DCAAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAE7

Black with #DCAAE7

Text Example


Text Example

White with #DCAAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAE7; }

 p { color: rgb(220,170,231); }

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

background-color css

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

 a { background-color: rgb(220,170,231); }

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

border-color css

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

 span { border-color: rgb(220,170,231); }

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