Html Css Color HEX #D5AEDB Plum

📋 copy color: '#D5AEDB'

red 213 ◦ green 174 ◦ blue 219

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

Shades of Plum #D5AEDB

Tints of Plum #D5AEDB

RGB

 RED value IS 213 (83.59% from 255) = 35.15%

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

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

R = 35.15%
G = 28.71%
B = 36.14%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5AEDB (or 0xD5AEDB) is known color: Plum. HEX triplet: D5, AE and DB. RGB value is (213,174,219). Sum of RGB (Red+Green+Blue) = 213+174+219=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEDB is #2A5124. Grayscale: #BEBEBE. Windows color (decimal): -2773285 or 14397141. OLE color: 14397141.

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

Color convert

RGB 213 174 219 -
CMYK 0.03 0.21 0 0.14
HSL 292º 0.38% 0.77% -
HSV(B) 292º 0.21% 0.86% -
XYZ 55.36 49.53 73.66 -
YUV 190.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 213 174 219 0.03 0.21 0 0.14 292 0.38 0.77
Hex D5 AE DB 3 15 0 E 124 26 4D
Octal 325 256 333 3 25 0 16 444 46 115
Binary 11010101 10101110 11011011 11 10101 0 1110 100100100 100110 1001101

Color Harmonies of #D5AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEDB

Black with #D5AEDB

Text Example


Text Example

White with #D5AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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