Html Css Color HEX #DCAEE3 Plum

📋 copy color: '#DCAEE3'

red 220 ◦ green 174 ◦ blue 227

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

Shades of Plum #DCAEE3

Tints of Plum #DCAEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.55%

R = 35.43%
G = 28.02%
B = 36.55%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCAEE3 (or 0xDCAEE3) is known color: Plum. HEX triplet: DC, AE and E3. RGB value is (220,174,227). Sum of RGB (Red+Green+Blue) = 220+174+227=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEE3 is #23511C. Grayscale: #C1C1C1. Windows color (decimal): -2314525 or 14921436. OLE color: 14921436.

HSL color Cylindrical-coordinate representation of color #DCAEE3: hue angle of 292.08º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAEE3 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 174 227 -
CMYK 0.03 0.23 0 0.11
HSL 292.08º 0.49% 0.79% -
HSV(B) 292.08º 0.23% 0.89% -
XYZ 58.52 51.03 79.44 -
YUV 193.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 220 174 227 0.03 0.23 0 0.11 292.08 0.49 0.79
Hex DC AE E3 3 17 0 B 124 31 4F
Octal 334 256 343 3 27 0 13 444 61 117
Binary 11011100 10101110 11100011 11 10111 0 1011 100100100 110001 1001111

Color Harmonies of #DCAEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEE3

Black with #DCAEE3

Text Example


Text Example

White with #DCAEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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