Html Css Color HEX #DCAEE0 Plum

📋 copy color: '#DCAEE0'

red 220 ◦ green 174 ◦ blue 224

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

Shades of Plum #DCAEE0

Tints of Plum #DCAEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.25%

R = 35.6%
G = 28.16%
B = 36.25%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCAEE0 (or 0xDCAEE0) is known color: Plum. HEX triplet: DC, AE and E0. RGB value is (220,174,224). Sum of RGB (Red+Green+Blue) = 220+174+224=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEE0 is #23511F. Grayscale: #C1C1C1. Windows color (decimal): -2314528 or 14724828. OLE color: 14724828.

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

Color convert

RGB 220 174 224 -
CMYK 0.02 0.22 0 0.12
HSL 295.2º 0.45% 0.78% -
HSV(B) 295.2º 0.22% 0.88% -
XYZ 58.11 50.87 77.28 -
YUV 193.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 220 174 224 0.02 0.22 0 0.12 295.2 0.45 0.78
Hex DC AE E0 2 16 0 C 127 2D 4E
Octal 334 256 340 2 26 0 14 447 55 116
Binary 11011100 10101110 11100000 10 10110 0 1100 100100111 101101 1001110

Color Harmonies of #DCAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEE0

Black with #DCAEE0

Text Example


Text Example

White with #DCAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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