#CDB2BC

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

Shades of Melanie #CDB2BC

Tints of Melanie #CDB2BC

Color information

#CDB2BC (or 0xCDB2BC) is unknown color: approx Melanie. HEX triplet: CD, B2 and BC. RGB value is (205,178,188). Sum of RGB (Red+Green+Blue) = 205+178+188=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2BC is #324D43. Grayscale: #BBBBBB. Windows color (decimal): -3296580 or 12366541. OLE color: 12366541.

HSL color Cylindrical-coordinate representation of color #CDB2BC: hue angle of 337.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB2BC is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205178188-
CMYK00.130.080.20
HSL337.78º21.26%75.1%-
HSV(B)337.78º13.17%80.39%-
XYZ50.1748.4554.28-
YUV187.21128.45140.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 188 (73.83% from 255) = 32.92%
R=35.90%
G=31.17%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517818800.130.080.20337.7821.2675.1
HexCDB2BC0D814152154b
Octal315262274015102452225113
Binary11001101101100101011110001101100010100101010010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2BC; }

 p { color: rgb(205,178,188); }

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

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

 a { background-color: rgb(205,178,188); }

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

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

 span { border-color: rgb(205,178,188); }

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