Html Css Color HEX #D5ADBA Melanie

📋 copy color: '#D5ADBA'

red 213 ◦ green 173 ◦ blue 186

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

Shades of Melanie #D5ADBA

Tints of Melanie #D5ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.24%

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 37.24%
G = 30.24%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5ADBA (or 0xD5ADBA) is known color: Melanie. HEX triplet: D5, AD and BA. RGB value is (213,173,186). Sum of RGB (Red+Green+Blue) = 213+173+186=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADBA is #2A5245. Grayscale: #BABABA. Windows color (decimal): -2773574 or 12234197. OLE color: 12234197.

HSL color Cylindrical-coordinate representation of color #D5ADBA: hue angle of 340.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADBA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 186 -
CMYK 0 0.19 0.13 0.16
HSL 340.5º 0.32% 0.76% -
HSV(B) 340.5º 0.19% 0.84% -
XYZ 51.25 47.58 52.94 -
YUV 186.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 213 173 186 0 0.19 0.13 0.16 340.5 0.32 0.76
Hex D5 AD BA 0 13 D 10 154 20 4C
Octal 325 255 272 0 23 15 20 524 40 114
Binary 11010101 10101101 10111010 0 10011 1101 10000 101010100 100000 1001100

Color Harmonies of #D5ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADBA

Black with #D5ADBA

Text Example


Text Example

White with #D5ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADBA; }

 p { color: rgb(213,173,186); }

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

background-color css

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

 a { background-color: rgb(213,173,186); }

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

border-color css

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

 span { border-color: rgb(213,173,186); }

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