Html Css Color HEX #D9C4CA Melanie

📋 copy color: '#D9C4CA'

red 217 ◦ green 196 ◦ blue 202

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

Shades of Melanie #D9C4CA

Tints of Melanie #D9C4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.87%

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

R = 35.28%
G = 31.87%
B = 32.85%

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

#D9C4CA (or 0xD9C4CA) is known color: Melanie. HEX triplet: D9, C4 and CA. RGB value is (217,196,202). Sum of RGB (Red+Green+Blue) = 217+196+202=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4CA is #263B35. Grayscale: #CACACA. Windows color (decimal): -2505526 or 13288665. OLE color: 13288665.

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

Color convert

RGB 217 196 202 -
CMYK 0 0.10 0.07 0.15
HSL 342.86º 0.22% 0.81% -
HSV(B) 342.86º 0.1% 0.85% -
XYZ 59.02 58.5 64.06 -
YUV 202.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 217 196 202 0 0.10 0.07 0.15 342.86 0.22 0.81
Hex D9 C4 CA 0 A 7 F 157 16 51
Octal 331 304 312 0 12 7 17 527 26 121
Binary 11011001 11000100 11001010 0 1010 111 1111 101010111 10110 1010001

Color Harmonies of #D9C4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4CA

Black with #D9C4CA

Text Example


Text Example

White with #D9C4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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