Html Css Color HEX #D9C5CA Melanie

📋 copy color: '#D9C5CA'

red 217 ◦ green 197 ◦ blue 202

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

Shades of Melanie #D9C5CA

Tints of Melanie #D9C5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.98%

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

R = 35.23%
G = 31.98%
B = 32.79%

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

#D9C5CA (or 0xD9C5CA) is known color: Melanie. HEX triplet: D9, C5 and CA. RGB value is (217,197,202). Sum of RGB (Red+Green+Blue) = 217+197+202=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5CA is #263A35. Grayscale: #CBCBCB. Windows color (decimal): -2505270 or 13288921. OLE color: 13288921.

HSL color Cylindrical-coordinate representation of color #D9C5CA: hue angle of 345º degrees, saturation: 0.21, 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 #D9C5CA is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 197 202 -
CMYK 0 0.09 0.07 0.15
HSL 345º 0.21% 0.81% -
HSV(B) 345º 0.09% 0.85% -
XYZ 59.24 58.95 64.13 -
YUV 203.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 217 197 202 0 0.09 0.07 0.15 345 0.21 0.81
Hex D9 C5 CA 0 9 7 F 159 15 51
Octal 331 305 312 0 11 7 17 531 25 121
Binary 11011001 11000101 11001010 0 1001 111 1111 101011001 10101 1010001

Color Harmonies of #D9C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C5CA

Black with #D9C5CA

Text Example


Text Example

White with #D9C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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