Html Css Color HEX #D0ABB7 Melanie

📋 copy color: '#D0ABB7'

red 208 ◦ green 171 ◦ blue 183

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

Shades of Melanie #D0ABB7

Tints of Melanie #D0ABB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.56%

R = 37.01%
G = 30.43%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D0ABB7 (or 0xD0ABB7) is known color: Melanie. HEX triplet: D0, AB and B7. RGB value is (208,171,183). Sum of RGB (Red+Green+Blue) = 208+171+183=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABB7 is #2F5448. Grayscale: #B7B7B7. Windows color (decimal): -3101769 or 12037072. OLE color: 12037072.

HSL color Cylindrical-coordinate representation of color #D0ABB7: hue angle of 340.54º 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 #D0ABB7 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 171 183 -
CMYK 0 0.18 0.12 0.18
HSL 340.54º 0.28% 0.74% -
HSV(B) 340.54º 0.18% 0.82% -
XYZ 49.12 45.95 51.08 -
YUV 183.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 208 171 183 0 0.18 0.12 0.18 340.54 0.28 0.74
Hex D0 AB B7 0 12 C 12 155 1C 4A
Octal 320 253 267 0 22 14 22 525 34 112
Binary 11010000 10101011 10110111 0 10010 1100 10010 101010101 11100 1001010

Color Harmonies of #D0ABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABB7

Black with #D0ABB7

Text Example


Text Example

White with #D0ABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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