#CDB4BB

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

Shades of Melanie #CDB4BB

Tints of Melanie #CDB4BB

Color information

#CDB4BB (or 0xCDB4BB) is unknown color: approx Melanie. HEX triplet: CD, B4 and BB. RGB value is (205,180,187). Sum of RGB (Red+Green+Blue) = 205+180+187=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4BB is #324B44. Grayscale: #BCBCBC. Windows color (decimal): -3296069 or 12301517. OLE color: 12301517.

HSL color Cylindrical-coordinate representation of color #CDB4BB: hue angle of 343.2º 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 #CDB4BB is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205180187-
CMYK00.120.090.20
HSL343.2º20%75.49%-
HSV(B)343.2º12.2%80.39%-
XYZ50.4749.2153.85-
YUV188.27127.28139.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=35.84%
G=31.47%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518018700.120.090.20343.22075.49
HexCDB4BB0C914157144b
Octal315264273014112452724113
Binary11001101101101001011101101100100110100101010111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4BB; }

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

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

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

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

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

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

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

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