Html Css Color HEX #D9AEE2 Plum

📋 copy color: '#D9AEE2'

red 217 ◦ green 174 ◦ blue 226

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

Shades of Plum #D9AEE2

Tints of Plum #D9AEE2

RGB

 RED value IS 217 (85.16% from 255) = 35.17%

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

 BLUE value IS 226 (88.67% from 255) = 36.63%

R = 35.17%
G = 28.2%
B = 36.63%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D9AEE2 (or 0xD9AEE2) is known color: Plum. HEX triplet: D9, AE and E2. RGB value is (217,174,226). Sum of RGB (Red+Green+Blue) = 217+174+226=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #D9AEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEE2 is #26511D. Grayscale: #C0C0C0. Windows color (decimal): -2511134 or 14855897. OLE color: 14855897.

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

Color convert

RGB 217 174 226 -
CMYK 0.04 0.23 0 0.11
HSL 289.62º 0.47% 0.78% -
HSV(B) 289.62º 0.23% 0.89% -
XYZ 57.48 50.51 78.67 -
YUV 192.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 217 174 226 0.04 0.23 0 0.11 289.62 0.47 0.78
Hex D9 AE E2 4 17 0 B 122 2F 4E
Octal 331 256 342 4 27 0 13 442 57 116
Binary 11011001 10101110 11100010 100 10111 0 1011 100100010 101111 1001110

Color Harmonies of #D9AEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEE2

Black with #D9AEE2

Text Example


Text Example

White with #D9AEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEE2; }

 p { color: rgb(217,174,226); }

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

background-color css

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

 a { background-color: rgb(217,174,226); }

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

border-color css

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

 span { border-color: rgb(217,174,226); }

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