Html Css Color HEX #D0ABB9 Melanie

📋 copy color: '#D0ABB9'

red 208 ◦ green 171 ◦ blue 185

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

Shades of Melanie #D0ABB9

Tints of Melanie #D0ABB9

RGB

 RED value IS 208 (81.64% from 255) = 36.88%

 GREEN value IS 171 (67.19% from 255) = 30.32%

 BLUE value IS 185 (72.66% from 255) = 32.8%

R = 36.88%
G = 30.32%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0ABB9 (or 0xD0ABB9) is known color: Melanie. HEX triplet: D0, AB and B9. RGB value is (208,171,185). Sum of RGB (Red+Green+Blue) = 208+171+185=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABB9 is #2F5446. Grayscale: #B7B7B7. Windows color (decimal): -3101767 or 12168144. OLE color: 12168144.

HSL color Cylindrical-coordinate representation of color #D0ABB9: hue angle of 337.3º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ABB9 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 171 185 -
CMYK 0 0.18 0.11 0.18
HSL 337.3º 0.28% 0.74% -
HSV(B) 337.3º 0.18% 0.82% -
XYZ 49.33 46.04 52.19 -
YUV 183.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 208 171 185 0 0.18 0.11 0.18 337.3 0.28 0.74
Hex D0 AB B9 0 12 B 12 151 1C 4A
Octal 320 253 271 0 22 13 22 521 34 112
Binary 11010000 10101011 10111001 0 10010 1011 10010 101010001 11100 1001010

Color Harmonies of #D0ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABB9

Black with #D0ABB9

Text Example


Text Example

White with #D0ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABB9; }

 p { color: rgb(208,171,185); }

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

background-color css

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

 a { background-color: rgb(208,171,185); }

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

border-color css

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

 span { border-color: rgb(208,171,185); }

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