Html Css Color HEX #D0AFBA Melanie

📋 copy color: '#D0AFBA'

red 208 ◦ green 175 ◦ blue 186

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

Shades of Melanie #D0AFBA

Tints of Melanie #D0AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.69%

R = 36.56%
G = 30.76%
B = 32.69%

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

#D0AFBA (or 0xD0AFBA) is known color: Melanie. HEX triplet: D0, AF and BA. RGB value is (208,175,186). Sum of RGB (Red+Green+Blue) = 208+175+186=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFBA is #2F5045. Grayscale: #BABABA. Windows color (decimal): -3100742 or 12234704. OLE color: 12234704.

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

Color convert

RGB 208 175 186 -
CMYK 0 0.16 0.11 0.18
HSL 340º 0.26% 0.75% -
HSV(B) 340º 0.16% 0.82% -
XYZ 50.21 47.62 53 -
YUV 186.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 208 175 186 0 0.16 0.11 0.18 340 0.26 0.75
Hex D0 AF BA 0 10 B 12 154 1A 4B
Octal 320 257 272 0 20 13 22 524 32 113
Binary 11010000 10101111 10111010 0 10000 1011 10010 101010100 11010 1001011

Color Harmonies of #D0AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFBA

Black with #D0AFBA

Text Example


Text Example

White with #D0AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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