#CDB4BC

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

Shades of Melanie #CDB4BC

Tints of Melanie #CDB4BC

Color information

#CDB4BC (or 0xCDB4BC) is unknown color: approx Melanie. HEX triplet: CD, B4 and BC. RGB value is (205,180,188). Sum of RGB (Red+Green+Blue) = 205+180+188=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4BC is #324B43. Grayscale: #BCBCBC. Windows color (decimal): -3296068 or 12367053. OLE color: 12367053.

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

Color convert

RGB205180188-
CMYK00.120.080.20
HSL340.8º20%75.49%-
HSV(B)340.8º12.2%80.39%-
XYZ50.5849.2554.42-
YUV188.39127.78139.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=35.78%
G=31.41%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518018800.120.080.20340.82075.49
HexCDB4BC0C814155144b
Octal315264274014102452524113
Binary11001101101101001011110001100100010100101010101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4BC; }

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

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

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

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

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

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

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

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