#D5C8CA

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

Shades of Melanie #D5C8CA

Tints of Melanie #D5C8CA

Color information

#D5C8CA (or 0xD5C8CA) is unknown color: approx Melanie. HEX triplet: D5, C8 and CA. RGB value is (213,200,202). Sum of RGB (Red+Green+Blue) = 213+200+202=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8CA is #2A3735. Grayscale: #CCCCCC. Windows color (decimal): -2766646 or 13289685. OLE color: 13289685.

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

Color convert

RGB213200202-
CMYK00.060.050.16
HSL350.77º13.4%80.98%-
HSV(B)350.77º6.1%83.53%-
XYZ58.7659.7264.31-
YUV204.11126.81134.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.63%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=34.63%
G=32.52%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320020200.060.050.16350.7713.480.98
HexD5C8CA0651015fd51
Octal3253103120652053715121
Binary11010101110010001100101001101011000010101111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8CA; }

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

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

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

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

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

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

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

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