Html Css Color HEX #D2AFBE Melanie

📋 copy color: '#D2AFBE'

red 210 ◦ green 175 ◦ blue 190

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

Shades of Melanie #D2AFBE

Tints of Melanie #D2AFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.04%

R = 36.52%
G = 30.43%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D2AFBE (or 0xD2AFBE) is known color: Melanie. HEX triplet: D2, AF and BE. RGB value is (210,175,190). Sum of RGB (Red+Green+Blue) = 210+175+190=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFBE is #2D5041. Grayscale: #BBBBBB. Windows color (decimal): -2969666 or 12496850. OLE color: 12496850.

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

Color convert

RGB 210 175 190 -
CMYK 0 0.17 0.10 0.18
HSL 334.29º 0.28% 0.75% -
HSV(B) 334.29º 0.17% 0.82% -
XYZ 51.2 48.08 55.3 -
YUV 187.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 210 175 190 0 0.17 0.10 0.18 334.29 0.28 0.75
Hex D2 AF BE 0 11 A 12 14E 1C 4B
Octal 322 257 276 0 21 12 22 516 34 113
Binary 11010010 10101111 10111110 0 10001 1010 10010 101001110 11100 1001011

Color Harmonies of #D2AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AFBE

Black with #D2AFBE

Text Example


Text Example

White with #D2AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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