Html Css Color HEX #D0AFB9 Melanie

📋 copy color: '#D0AFB9'

red 208 ◦ green 175 ◦ blue 185

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

Shades of Melanie #D0AFB9

Tints of Melanie #D0AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.81%

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

R = 36.62%
G = 30.81%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0AFB9 (or 0xD0AFB9) is known color: Melanie. HEX triplet: D0, AF and B9. RGB value is (208,175,185). Sum of RGB (Red+Green+Blue) = 208+175+185=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFB9 is #2F5046. Grayscale: #BABABA. Windows color (decimal): -3100743 or 12169168. OLE color: 12169168.

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

Color convert

RGB 208 175 185 -
CMYK 0 0.16 0.11 0.18
HSL 341.82º 0.26% 0.75% -
HSV(B) 341.82º 0.16% 0.82% -
XYZ 50.1 47.57 52.44 -
YUV 186.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 208 175 185 0 0.16 0.11 0.18 341.82 0.26 0.75
Hex D0 AF B9 0 10 B 12 156 1A 4B
Octal 320 257 271 0 20 13 22 526 32 113
Binary 11010000 10101111 10111001 0 10000 1011 10010 101010110 11010 1001011

Color Harmonies of #D0AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFB9

Black with #D0AFB9

Text Example


Text Example

White with #D0AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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