Html Css Color HEX #D2AFBA Melanie

📋 copy color: '#D2AFBA'

red 210 ◦ green 175 ◦ blue 186

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

Shades of Melanie #D2AFBA

Tints of Melanie #D2AFBA

RGB

 RED value IS 210 (82.42% from 255) = 36.78%

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

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

R = 36.78%
G = 30.65%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D2AFBA (or 0xD2AFBA) is known color: Melanie. HEX triplet: D2, AF and BA. RGB value is (210,175,186). Sum of RGB (Red+Green+Blue) = 210+175+186=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFBA is #2D5045. Grayscale: #BABABA. Windows color (decimal): -2969670 or 12234706. OLE color: 12234706.

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

Color convert

RGB 210 175 186 -
CMYK 0 0.17 0.11 0.18
HSL 341.14º 0.28% 0.75% -
HSV(B) 341.14º 0.17% 0.82% -
XYZ 50.77 47.91 53.03 -
YUV 186.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 210 175 186 0 0.17 0.11 0.18 341.14 0.28 0.75
Hex D2 AF BA 0 11 B 12 155 1C 4B
Octal 322 257 272 0 21 13 22 525 34 113
Binary 11010010 10101111 10111010 0 10001 1011 10010 101010101 11100 1001011

Color Harmonies of #D2AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFBA

Black with #D2AFBA

Text Example


Text Example

White with #D2AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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