Html Css Color HEX #D6AFC1 Melanie

📋 copy color: '#D6AFC1'

red 214 ◦ green 175 ◦ blue 193

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

Shades of Melanie #D6AFC1

Tints of Melanie #D6AFC1

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 value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D6AFC1 (or 0xD6AFC1) is known color: 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

RGB 214 175 193 -
CMYK 0 0.18 0.10 0.16
HSL 332.31º 0.32% 0.76% -
HSV(B) 332.31º 0.18% 0.84% -
XYZ 52.69 48.81 57.1 -
YUV 188.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 214 175 193 0 0.18 0.10 0.16 332.31 0.32 0.76
Hex D6 AF C1 0 12 A 10 14C 20 4C
Octal 326 257 301 0 22 12 20 514 40 114
Binary 11010110 10101111 11000001 0 10010 1010 10000 101001100 100000 1001100

Color Harmonies of #D6AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFC1

Black with #D6AFC1

Text Example


Text Example

White with #D6AFC1

Text Example


Text Example

HTML Codes & Css Web 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>