Html Css Color HEX #D8AEDA Plum

📋 copy color: '#D8AEDA'

red 216 ◦ green 174 ◦ blue 218

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

Shades of Plum #D8AEDA

Tints of Plum #D8AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 35.53%
G = 28.62%
B = 35.86%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D8AEDA (or 0xD8AEDA) is known color: Plum. HEX triplet: D8, AE and DA. RGB value is (216,174,218). Sum of RGB (Red+Green+Blue) = 216+174+218=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEDA is #275125. Grayscale: #BFBFBF. Windows color (decimal): -2576678 or 14331608. OLE color: 14331608.

HSL color Cylindrical-coordinate representation of color #D8AEDA: hue angle of 297.27º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8AEDA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 218 -
CMYK 0.01 0.20 0 0.15
HSL 297.27º 0.37% 0.77% -
HSV(B) 297.27º 0.2% 0.85% -
XYZ 56.11 49.93 73.01 -
YUV 191.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 216 174 218 0.01 0.20 0 0.15 297.27 0.37 0.77
Hex D8 AE DA 1 14 0 F 129 25 4D
Octal 330 256 332 1 24 0 17 451 45 115
Binary 11011000 10101110 11011010 1 10100 0 1111 100101001 100101 1001101

Color Harmonies of #D8AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEDA

Black with #D8AEDA

Text Example


Text Example

White with #D8AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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