Html Css Color HEX #D6AFBC Melanie

📋 copy color: '#D6AFBC'

red 214 ◦ green 175 ◦ blue 188

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

Shades of Melanie #D6AFBC

Tints of Melanie #D6AFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.58%

R = 37.09%
G = 30.33%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6AFBC (or 0xD6AFBC) is known color: Melanie. HEX triplet: D6, AF and BC. RGB value is (214,175,188). Sum of RGB (Red+Green+Blue) = 214+175+188=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFBC is #295043. Grayscale: #BCBCBC. Windows color (decimal): -2707524 or 12365782. OLE color: 12365782.

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

Color convert

RGB 214 175 188 -
CMYK 0 0.18 0.12 0.16
HSL 340º 0.32% 0.76% -
HSV(B) 340º 0.18% 0.84% -
XYZ 52.14 48.59 54.21 -
YUV 188.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 214 175 188 0 0.18 0.12 0.16 340 0.32 0.76
Hex D6 AF BC 0 12 C 10 154 20 4C
Octal 326 257 274 0 22 14 20 524 40 114
Binary 11010110 10101111 10111100 0 10010 1100 10000 101010100 100000 1001100

Color Harmonies of #D6AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFBC

Black with #D6AFBC

Text Example


Text Example

White with #D6AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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