Html Css Color HEX #D7C1C7 Melanie

📋 copy color: '#D7C1C7'

red 215 ◦ green 193 ◦ blue 199

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

Shades of Melanie #D7C1C7

Tints of Melanie #D7C1C7

RGB

 RED value IS 215 (84.38% from 255) = 35.42%

 GREEN value IS 193 (75.78% from 255) = 31.8%

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

R = 35.42%
G = 31.8%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D7C1C7 (or 0xD7C1C7) is known color: Melanie. HEX triplet: D7, C1 and C7. RGB value is (215,193,199). Sum of RGB (Red+Green+Blue) = 215+193+199=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C1C7 is #283E38. Grayscale: #C8C8C8. Windows color (decimal): -2637369 or 13091287. OLE color: 13091287.

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

Color convert

RGB 215 193 199 -
CMYK 0 0.10 0.07 0.16
HSL 343.64º 0.22% 0.8% -
HSV(B) 343.64º 0.1% 0.84% -
XYZ 57.4 56.71 61.95 -
YUV 200.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 215 193 199 0 0.10 0.07 0.16 343.64 0.22 0.8
Hex D7 C1 C7 0 A 7 10 158 16 50
Octal 327 301 307 0 12 7 20 530 26 120
Binary 11010111 11000001 11000111 0 1010 111 10000 101011000 10110 1010000

Color Harmonies of #D7C1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C1C7

Black with #D7C1C7

Text Example


Text Example

White with #D7C1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C1C7; }

 p { color: rgb(215,193,199); }

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

background-color css

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

 a { background-color: rgb(215,193,199); }

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

border-color css

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

 span { border-color: rgb(215,193,199); }

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