Html Css Color HEX #D6AEDB Plum

📋 copy color: '#D6AEDB'

red 214 ◦ green 174 ◦ blue 219

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

Shades of Plum #D6AEDB

Tints of Plum #D6AEDB

RGB

 RED value IS 214 (83.98% from 255) = 35.26%

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 35.26%
G = 28.67%
B = 36.08%

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

#D6AEDB (or 0xD6AEDB) is known color: Plum. HEX triplet: D6, AE and DB. RGB value is (214,174,219). Sum of RGB (Red+Green+Blue) = 214+174+219=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEDB is #295124. Grayscale: #BEBEBE. Windows color (decimal): -2707749 or 14397142. OLE color: 14397142.

HSL color Cylindrical-coordinate representation of color #D6AEDB: hue angle of 293.33º degrees, saturation: 0.38, 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 #D6AEDB is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 174 219 -
CMYK 0.02 0.21 0 0.14
HSL 293.33º 0.38% 0.77% -
HSV(B) 293.33º 0.21% 0.86% -
XYZ 55.65 49.68 73.67 -
YUV 191.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 214 174 219 0.02 0.21 0 0.14 293.33 0.38 0.77
Hex D6 AE DB 2 15 0 E 125 26 4D
Octal 326 256 333 2 25 0 16 445 46 115
Binary 11010110 10101110 11011011 10 10101 0 1110 100100101 100110 1001101

Color Harmonies of #D6AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEDB

Black with #D6AEDB

Text Example


Text Example

White with #D6AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEDB; }

 p { color: rgb(214,174,219); }

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

background-color css

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

 a { background-color: rgb(214,174,219); }

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

border-color css

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

 span { border-color: rgb(214,174,219); }

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