Html Css Color HEX #D6AFB9 Melanie

📋 copy color: '#D6AFB9'

red 214 ◦ green 175 ◦ blue 185

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

Shades of Melanie #D6AFB9

Tints of Melanie #D6AFB9

RGB

 RED value IS 214 (83.98% from 255) = 37.28%

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

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

R = 37.28%
G = 30.49%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D6AFB9 (or 0xD6AFB9) is known color: Melanie. HEX triplet: D6, AF and B9. RGB value is (214,175,185). Sum of RGB (Red+Green+Blue) = 214+175+185=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFB9 is #295046. Grayscale: #BBBBBB. Windows color (decimal): -2707527 or 12169174. OLE color: 12169174.

HSL color Cylindrical-coordinate representation of color #D6AFB9: hue angle of 344.62º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6AFB9 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 185 -
CMYK 0 0.18 0.14 0.16
HSL 344.62º 0.32% 0.76% -
HSV(B) 344.62º 0.18% 0.84% -
XYZ 51.82 48.46 52.52 -
YUV 187.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 214 175 185 0 0.18 0.14 0.16 344.62 0.32 0.76
Hex D6 AF B9 0 12 E 10 159 20 4C
Octal 326 257 271 0 22 16 20 531 40 114
Binary 11010110 10101111 10111001 0 10010 1110 10000 101011001 100000 1001100

Color Harmonies of #D6AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFB9

Black with #D6AFB9

Text Example


Text Example

White with #D6AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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