Html Css Color HEX #DCAEE1 Plum

📋 copy color: '#DCAEE1'

red 220 ◦ green 174 ◦ blue 225

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

Shades of Plum #DCAEE1

Tints of Plum #DCAEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.11%

 BLUE value IS 225 (88.28% from 255) = 36.35%

R = 35.54%
G = 28.11%
B = 36.35%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCAEE1 (or 0xDCAEE1) is known color: Plum. HEX triplet: DC, AE and E1. RGB value is (220,174,225). Sum of RGB (Red+Green+Blue) = 220+174+225=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEE1 is #23511E. Grayscale: #C1C1C1. Windows color (decimal): -2314527 or 14790364. OLE color: 14790364.

HSL color Cylindrical-coordinate representation of color #DCAEE1: hue angle of 294.12º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAEE1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 174 225 -
CMYK 0.02 0.23 0 0.12
HSL 294.12º 0.46% 0.78% -
HSV(B) 294.12º 0.23% 0.88% -
XYZ 58.24 50.92 77.99 -
YUV 193.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 220 174 225 0.02 0.23 0 0.12 294.12 0.46 0.78
Hex DC AE E1 2 17 0 C 126 2E 4E
Octal 334 256 341 2 27 0 14 446 56 116
Binary 11011100 10101110 11100001 10 10111 0 1100 100100110 101110 1001110

Color Harmonies of #DCAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEE1

Black with #DCAEE1

Text Example


Text Example

White with #DCAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEE1; }

 p { color: rgb(220,174,225); }

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

background-color css

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

 a { background-color: rgb(220,174,225); }

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

border-color css

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

 span { border-color: rgb(220,174,225); }

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