Html Css Color HEX #D9C2C8 Melanie

📋 copy color: '#D9C2C8'

red 217 ◦ green 194 ◦ blue 200

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

Shades of Melanie #D9C2C8

Tints of Melanie #D9C2C8

RGB

 RED value IS 217 (85.16% from 255) = 35.52%

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

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

R = 35.52%
G = 31.75%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D9C2C8 (or 0xD9C2C8) is known color: Melanie. HEX triplet: D9, C2 and C8. RGB value is (217,194,200). Sum of RGB (Red+Green+Blue) = 217+194+200=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2C8 is #263D37. Grayscale: #C9C9C9. Windows color (decimal): -2506040 or 13157081. OLE color: 13157081.

HSL color Cylindrical-coordinate representation of color #D9C2C8: hue angle of 344.35º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C2C8 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 194 200 -
CMYK 0 0.11 0.08 0.15
HSL 344.35º 0.23% 0.81% -
HSV(B) 344.35º 0.11% 0.85% -
XYZ 58.33 57.51 62.67 -
YUV 201.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 217 194 200 0 0.11 0.08 0.15 344.35 0.23 0.81
Hex D9 C2 C8 0 B 8 F 158 17 51
Octal 331 302 310 0 13 10 17 530 27 121
Binary 11011001 11000010 11001000 0 1011 1000 1111 101011000 10111 1010001

Color Harmonies of #D9C2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C2C8

Black with #D9C2C8

Text Example


Text Example

White with #D9C2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C2C8; }

 p { color: rgb(217,194,200); }

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

background-color css

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

 a { background-color: rgb(217,194,200); }

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

border-color css

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

 span { border-color: rgb(217,194,200); }

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