Html Css Color HEX #D9C6CA Melanie

📋 copy color: '#D9C6CA'

red 217 ◦ green 198 ◦ blue 202

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

Shades of Melanie #D9C6CA

Tints of Melanie #D9C6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.09%

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 35.17%
G = 32.09%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D9C6CA (or 0xD9C6CA) is known color: Melanie. HEX triplet: D9, C6 and CA. RGB value is (217,198,202). Sum of RGB (Red+Green+Blue) = 217+198+202=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6CA is #263935. Grayscale: #CCCCCC. Windows color (decimal): -2505014 or 13289177. OLE color: 13289177.

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

Color convert

RGB 217 198 202 -
CMYK 0 0.09 0.07 0.15
HSL 347.37º 0.2% 0.81% -
HSV(B) 347.37º 0.09% 0.85% -
XYZ 59.47 59.4 64.21 -
YUV 204.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 217 198 202 0 0.09 0.07 0.15 347.37 0.2 0.81
Hex D9 C6 CA 0 9 7 F 15B 14 51
Octal 331 306 312 0 11 7 17 533 24 121
Binary 11011001 11000110 11001010 0 1001 111 1111 101011011 10100 1010001

Color Harmonies of #D9C6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C6CA

Black with #D9C6CA

Text Example


Text Example

White with #D9C6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C6CA; }

 p { color: rgb(217,198,202); }

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

background-color css

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

 a { background-color: rgb(217,198,202); }

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

border-color css

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

 span { border-color: rgb(217,198,202); }

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