Html Css Color HEX #DCAEE5 Plum

📋 copy color: '#DCAEE5'

red 220 ◦ green 174 ◦ blue 229

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

Shades of Plum #DCAEE5

Tints of Plum #DCAEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 35.31%
G = 27.93%
B = 36.76%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCAEE5 (or 0xDCAEE5) is known color: Plum. HEX triplet: DC, AE and E5. RGB value is (220,174,229). Sum of RGB (Red+Green+Blue) = 220+174+229=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEE5 is #23511A. Grayscale: #C1C1C1. Windows color (decimal): -2314523 or 15052508. OLE color: 15052508.

HSL color Cylindrical-coordinate representation of color #DCAEE5: hue angle of 290.18º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCAEE5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 174 229 -
CMYK 0.04 0.24 0 0.10
HSL 290.18º 0.51% 0.79% -
HSV(B) 290.18º 0.24% 0.9% -
XYZ 58.79 51.14 80.9 -
YUV 194.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 220 174 229 0.04 0.24 0 0.10 290.18 0.51 0.79
Hex DC AE E5 4 18 0 A 122 33 4F
Octal 334 256 345 4 30 0 12 442 63 117
Binary 11011100 10101110 11100101 100 11000 0 1010 100100010 110011 1001111

Color Harmonies of #DCAEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEE5

Black with #DCAEE5

Text Example


Text Example

White with #DCAEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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