Html Css Color HEX #D7C1C8 Melanie

📋 copy color: '#D7C1C8'

red 215 ◦ green 193 ◦ blue 200

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

Shades of Melanie #D7C1C8

Tints of Melanie #D7C1C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.89%

R = 35.36%
G = 31.74%
B = 32.89%

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

#D7C1C8 (or 0xD7C1C8) is known color: Melanie. HEX triplet: D7, C1 and C8. RGB value is (215,193,200). Sum of RGB (Red+Green+Blue) = 215+193+200=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C1C8 is #283E37. Grayscale: #C8C8C8. Windows color (decimal): -2637368 or 13156823. OLE color: 13156823.

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

Color convert

RGB 215 193 200 -
CMYK 0 0.10 0.07 0.16
HSL 340.91º 0.22% 0.8% -
HSV(B) 340.91º 0.1% 0.84% -
XYZ 57.52 56.76 62.57 -
YUV 200.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 215 193 200 0 0.10 0.07 0.16 340.91 0.22 0.8
Hex D7 C1 C8 0 A 7 10 155 16 50
Octal 327 301 310 0 12 7 20 525 26 120
Binary 11010111 11000001 11001000 0 1010 111 10000 101010101 10110 1010000

Color Harmonies of #D7C1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C1C8

Black with #D7C1C8

Text Example


Text Example

White with #D7C1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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