Html Css Color HEX #D5AEBB Melanie

📋 copy color: '#D5AEBB'

red 213 ◦ green 174 ◦ blue 187

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

Shades of Melanie #D5AEBB

Tints of Melanie #D5AEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.58%

R = 37.11%
G = 30.31%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5AEBB (or 0xD5AEBB) is known color: Melanie. HEX triplet: D5, AE and BB. RGB value is (213,174,187). Sum of RGB (Red+Green+Blue) = 213+174+187=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEBB is #2A5144. Grayscale: #BBBBBB. Windows color (decimal): -2773317 or 12299989. OLE color: 12299989.

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

Color convert

RGB 213 174 187 -
CMYK 0 0.18 0.12 0.16
HSL 340º 0.32% 0.76% -
HSV(B) 340º 0.18% 0.84% -
XYZ 51.55 48.01 53.56 -
YUV 187.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 213 174 187 0 0.18 0.12 0.16 340 0.32 0.76
Hex D5 AE BB 0 12 C 10 154 20 4C
Octal 325 256 273 0 22 14 20 524 40 114
Binary 11010101 10101110 10111011 0 10010 1100 10000 101010100 100000 1001100

Color Harmonies of #D5AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEBB

Black with #D5AEBB

Text Example


Text Example

White with #D5AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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