#D6AFC1

Color #D6AFC1 Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #D6AFC1

Tints of Melanie #D6AFC1

Color information

#D6AFC1 (or 0xD6AFC1) is unknown color: approx Melanie. HEX triplet: D6, AF and C1. RGB value is (214,175,193). Sum of RGB (Red+Green+Blue) = 214+175+193=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFC1 is #29503E. Grayscale: #BCBCBC. Windows color (decimal): -2707519 or 12693462. OLE color: 12693462.

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

Color convert

RGB214175193-
CMYK00.180.100.16
HSL332.31º32.23%76.27%-
HSV(B)332.31º18.22%83.92%-
XYZ52.6948.8157.1-
YUV188.71130.42146.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 193 (75.78% from 255) = 33.16%
R=36.77%
G=30.07%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417519300.180.100.16332.3132.2376.27
HexD6AFC1012A1014c204c
Octal326257301022122051440114
Binary1101011010101111110000010100101010100001010011001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFC1; }

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

 H1.HeaderClassName
 {
   color: #D6AFC1;
 }
 .AnyTagClassName
 {
   color: #D6AFC1;
 }
</style>
background-color css

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

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

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

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

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

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