Html Css Color HEX #D6C4C7 Melanie

📋 copy color: '#D6C4C7'

red 214 ◦ green 196 ◦ blue 199

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

Shades of Melanie #D6C4C7

Tints of Melanie #D6C4C7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.18%

 BLUE value IS 199 (78.13% from 255) = 32.68%

R = 35.14%
G = 32.18%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6C4C7 (or 0xD6C4C7) is known color: Melanie. HEX triplet: D6, C4 and C7. RGB value is (214,196,199). Sum of RGB (Red+Green+Blue) = 214+196+199=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C4C7 is #293B38. Grayscale: #C9C9C9. Windows color (decimal): -2702137 or 13092054. OLE color: 13092054.

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

Color convert

RGB 214 196 199 -
CMYK 0 0.08 0.07 0.16
HSL 350º 0.18% 0.8% -
HSV(B) 350º 0.08% 0.84% -
XYZ 57.78 57.9 62.16 -
YUV 201.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 214 196 199 0 0.08 0.07 0.16 350 0.18 0.8
Hex D6 C4 C7 0 8 7 10 15E 12 50
Octal 326 304 307 0 10 7 20 536 22 120
Binary 11010110 11000100 11000111 0 1000 111 10000 101011110 10010 1010000

Color Harmonies of #D6C4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C4C7

Black with #D6C4C7

Text Example


Text Example

White with #D6C4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C4C7; }

 p { color: rgb(214,196,199); }

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

background-color css

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

 a { background-color: rgb(214,196,199); }

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

border-color css

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

 span { border-color: rgb(214,196,199); }

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