Html Css Color HEX #D5ADBE Melanie

📋 copy color: '#D5ADBE'

red 213 ◦ green 173 ◦ blue 190

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

Shades of Melanie #D5ADBE

Tints of Melanie #D5ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 36.98%
G = 30.03%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5ADBE (or 0xD5ADBE) is known color: Melanie. HEX triplet: D5, AD and BE. RGB value is (213,173,190). Sum of RGB (Red+Green+Blue) = 213+173+190=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADBE is #2A5241. Grayscale: #BABABA. Windows color (decimal): -2773570 or 12496341. OLE color: 12496341.

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

Color convert

RGB 213 173 190 -
CMYK 0 0.19 0.11 0.16
HSL 334.5º 0.32% 0.76% -
HSV(B) 334.5º 0.19% 0.84% -
XYZ 51.68 47.75 55.21 -
YUV 186.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 213 173 190 0 0.19 0.11 0.16 334.5 0.32 0.76
Hex D5 AD BE 0 13 B 10 14E 20 4C
Octal 325 255 276 0 23 13 20 516 40 114
Binary 11010101 10101101 10111110 0 10011 1011 10000 101001110 100000 1001100

Color Harmonies of #D5ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADBE

Black with #D5ADBE

Text Example


Text Example

White with #D5ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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