#D4C8CA

Color #D4C8CA Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #D4C8CA

Tints of Melanie #D4C8CA

Color information

#D4C8CA (or 0xD4C8CA) is unknown color: approx Melanie. HEX triplet: D4, C8 and CA. RGB value is (212,200,202). Sum of RGB (Red+Green+Blue) = 212+200+202=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C8CA is #2B3735. Grayscale: #CBCBCB. Windows color (decimal): -2832182 or 13289684. OLE color: 13289684.

HSL color Cylindrical-coordinate representation of color #D4C8CA: hue angle of 350º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4C8CA is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212200202-
CMYK00.060.050.17
HSL350º12.24%80.78%-
HSV(B)350º5.66%83.14%-
XYZ58.4759.5764.29-
YUV203.82126.98133.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.53%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=34.53%
G=32.57%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220020200.060.050.1735012.2480.78
HexD4C8CA0651115ec51
Octal3243103120652153614121
Binary11010100110010001100101001101011000110101111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C8CA; }

 p { color: rgb(212,200,202); }

 H1.HeaderClassName
 {
   color: #D4C8CA;
 }
 .AnyTagClassName
 {
   color: #D4C8CA;
 }
</style>
background-color css

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

 a { background-color: rgb(212,200,202); }

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

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

 span { border-color: rgb(212,200,202); }

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