#CCB5BD

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

Shades of Melanie #CCB5BD

Tints of Melanie #CCB5BD

Color information

#CCB5BD (or 0xCCB5BD) is unknown color: approx Melanie. HEX triplet: CC, B5 and BD. RGB value is (204,181,189). Sum of RGB (Red+Green+Blue) = 204+181+189=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5BD is #334A42. Grayscale: #BCBCBC. Windows color (decimal): -3361347 or 12432844. OLE color: 12432844.

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

Color convert

RGB204181189-
CMYK00.110.070.2
HSL339.13º18.4%75.49%-
HSV(B)339.13º11.27%80%-
XYZ50.6149.5655.04-
YUV188.79128.12138.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=35.54%
G=31.53%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418118900.110.070.2339.1318.475.49
HexCCB5BD0B714153124b
Octal31426527501372452322113
Binary1100110010110101101111010101111110100101010011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5BD; }

 p { color: rgb(204,181,189); }

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

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

 a { background-color: rgb(204,181,189); }

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

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

 span { border-color: rgb(204,181,189); }

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