Html Css Color HEX #D8AEDC Plum

📋 copy color: '#D8AEDC'

red 216 ◦ green 174 ◦ blue 220

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

Shades of Plum #D8AEDC

Tints of Plum #D8AEDC

RGB

 RED value IS 216 (84.77% from 255) = 35.41%

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

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 35.41%
G = 28.52%
B = 36.07%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8AEDC (or 0xD8AEDC) is known color: Plum. HEX triplet: D8, AE and DC. RGB value is (216,174,220). Sum of RGB (Red+Green+Blue) = 216+174+220=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEDC is #275123. Grayscale: #BFBFBF. Windows color (decimal): -2576676 or 14462680. OLE color: 14462680.

HSL color Cylindrical-coordinate representation of color #D8AEDC: hue angle of 294.78º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AEDC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 174 220 -
CMYK 0.02 0.21 0 0.14
HSL 294.78º 0.4% 0.77% -
HSV(B) 294.78º 0.21% 0.86% -
XYZ 56.37 50.04 74.4 -
YUV 191.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 216 174 220 0.02 0.21 0 0.14 294.78 0.4 0.77
Hex D8 AE DC 2 15 0 E 127 28 4D
Octal 330 256 334 2 25 0 16 447 50 115
Binary 11011000 10101110 11011100 10 10101 0 1110 100100111 101000 1001101

Color Harmonies of #D8AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEDC

Black with #D8AEDC

Text Example


Text Example

White with #D8AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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