Html Css Color HEX #D5ADBF Melanie

📋 copy color: '#D5ADBF'

red 213 ◦ green 173 ◦ blue 191

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

Shades of Melanie #D5ADBF

Tints of Melanie #D5ADBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.1%

R = 36.92%
G = 29.98%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5ADBF (or 0xD5ADBF) is known color: Melanie. HEX triplet: D5, AD and BF. RGB value is (213,173,191). Sum of RGB (Red+Green+Blue) = 213+173+191=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADBF is #2A5240. Grayscale: #BABABA. Windows color (decimal): -2773569 or 12561877. OLE color: 12561877.

HSL color Cylindrical-coordinate representation of color #D5ADBF: hue angle of 333º 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 #D5ADBF is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 191 -
CMYK 0 0.19 0.10 0.16
HSL 333º 0.32% 0.76% -
HSV(B) 333º 0.19% 0.84% -
XYZ 51.79 47.79 55.79 -
YUV 187.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 213 173 191 0 0.19 0.10 0.16 333 0.32 0.76
Hex D5 AD BF 0 13 A 10 14D 20 4C
Octal 325 255 277 0 23 12 20 515 40 114
Binary 11010101 10101101 10111111 0 10011 1010 10000 101001101 100000 1001100

Color Harmonies of #D5ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADBF

Black with #D5ADBF

Text Example


Text Example

White with #D5ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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