Html Css Color HEX #DCAEE8 Plum

📋 copy color: '#DCAEE8'

red 220 ◦ green 174 ◦ blue 232

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

Shades of Plum #DCAEE8

Tints of Plum #DCAEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.06%

R = 35.14%
G = 27.8%
B = 37.06%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCAEE8 (or 0xDCAEE8) is known color: Plum. HEX triplet: DC, AE and E8. RGB value is (220,174,232). Sum of RGB (Red+Green+Blue) = 220+174+232=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEE8 is #235117. Grayscale: #C2C2C2. Windows color (decimal): -2314520 or 15249116. OLE color: 15249116.

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

Color convert

RGB 220 174 232 -
CMYK 0.05 0.25 0 0.09
HSL 287.59º 0.56% 0.8% -
HSV(B) 287.59º 0.25% 0.91% -
XYZ 59.22 51.31 83.13 -
YUV 194.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 220 174 232 0.05 0.25 0 0.09 287.59 0.56 0.8
Hex DC AE E8 5 19 0 9 120 38 50
Octal 334 256 350 5 31 0 11 440 70 120
Binary 11011100 10101110 11101000 101 11001 0 1001 100100000 111000 1010000

Color Harmonies of #DCAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEE8

Black with #DCAEE8

Text Example


Text Example

White with #DCAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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