#D5C9CB

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

Shades of Melanie #D5C9CB

Tints of Melanie #D5C9CB

Color information

#D5C9CB (or 0xD5C9CB) is unknown color: approx Melanie. HEX triplet: D5, C9 and CB. RGB value is (213,201,203). Sum of RGB (Red+Green+Blue) = 213+201+203=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9CB is #2A3634. Grayscale: #CCCCCC. Windows color (decimal): -2766389 or 13355477. OLE color: 13355477.

HSL color Cylindrical-coordinate representation of color #D5C9CB: hue angle of 350º degrees, saturation: 0.12, 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 #D5C9CB is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213201203-
CMYK00.060.050.16
HSL350º12.5%81.18%-
HSV(B)350º5.63%83.53%-
XYZ59.1160.2365.01-
YUV204.82126.98133.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.52%
GREEN value IS 201 (78.91% from 255) = 32.58%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=34.52%
G=32.58%
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.16
SystemRedGreenBlueCMYKHSL
Decimal21320120300.060.050.1635012.581.18
HexD5C9CB0651015ec51
Octal3253113130652053614121
Binary11010101110010011100101101101011000010101111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9CB; }

 p { color: rgb(213,201,203); }

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

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

 a { background-color: rgb(213,201,203); }

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

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

 span { border-color: rgb(213,201,203); }

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