Html Css Color HEX #D6AFBB Melanie

📋 copy color: '#D6AFBB'

red 214 ◦ green 175 ◦ blue 187

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

Shades of Melanie #D6AFBB

Tints of Melanie #D6AFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.47%

R = 37.15%
G = 30.38%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6AFBB (or 0xD6AFBB) is known color: Melanie. HEX triplet: D6, AF and BB. RGB value is (214,175,187). Sum of RGB (Red+Green+Blue) = 214+175+187=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFBB is #295044. Grayscale: #BCBCBC. Windows color (decimal): -2707525 or 12300246. OLE color: 12300246.

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

Color convert

RGB 214 175 187 -
CMYK 0 0.18 0.13 0.16
HSL 341.54º 0.32% 0.76% -
HSV(B) 341.54º 0.18% 0.84% -
XYZ 52.03 48.54 53.64 -
YUV 188.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 214 175 187 0 0.18 0.13 0.16 341.54 0.32 0.76
Hex D6 AF BB 0 12 D 10 156 20 4C
Octal 326 257 273 0 22 15 20 526 40 114
Binary 11010110 10101111 10111011 0 10010 1101 10000 101010110 100000 1001100

Color Harmonies of #D6AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFBB

Black with #D6AFBB

Text Example


Text Example

White with #D6AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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