Html Css Color HEX #D8C2C9 Melanie

📋 copy color: '#D8C2C9'

red 216 ◦ green 194 ◦ blue 201

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

Shades of Melanie #D8C2C9

Tints of Melanie #D8C2C9

RGB

 RED value IS 216 (84.77% from 255) = 35.35%

 GREEN value IS 194 (76.17% from 255) = 31.75%

 BLUE value IS 201 (78.91% from 255) = 32.9%

R = 35.35%
G = 31.75%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D8C2C9 (or 0xD8C2C9) is known color: Melanie. HEX triplet: D8, C2 and C9. RGB value is (216,194,201). Sum of RGB (Red+Green+Blue) = 216+194+201=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C2C9 is #273D36. Grayscale: #C9C9C9. Windows color (decimal): -2571575 or 13222616. OLE color: 13222616.

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

Color convert

RGB 216 194 201 -
CMYK 0 0.10 0.07 0.15
HSL 340.91º 0.22% 0.8% -
HSV(B) 340.91º 0.1% 0.85% -
XYZ 58.15 57.4 63.27 -
YUV 201.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 216 194 201 0 0.10 0.07 0.15 340.91 0.22 0.8
Hex D8 C2 C9 0 A 7 F 155 16 50
Octal 330 302 311 0 12 7 17 525 26 120
Binary 11011000 11000010 11001001 0 1010 111 1111 101010101 10110 1010000

Color Harmonies of #D8C2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C2C9

Black with #D8C2C9

Text Example


Text Example

White with #D8C2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C2C9; }

 p { color: rgb(216,194,201); }

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

background-color css

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

 a { background-color: rgb(216,194,201); }

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

border-color css

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

 span { border-color: rgb(216,194,201); }

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