#CDBBBF

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

Shades of Melanie #CDBBBF

Tints of Melanie #CDBBBF

Color information

#CDBBBF (or 0xCDBBBF) is unknown color: approx Melanie. HEX triplet: CD, BB and BF. RGB value is (205,187,191). Sum of RGB (Red+Green+Blue) = 205+187+191=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBBF is #324440. Grayscale: #C0C0C0. Windows color (decimal): -3294273 or 12565453. OLE color: 12565453.

HSL color Cylindrical-coordinate representation of color #CDBBBF: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBBBF is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB205187191-
CMYK00.090.070.20
HSL346.67º15.25%76.86%-
HSV(B)346.67º8.78%80.39%-
XYZ52.3552.2856.62-
YUV192.84126.96136.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 191 (75% from 255) = 32.76%
R=35.16%
G=32.08%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518719100.090.070.20346.6715.2576.86
HexCDBBBF0971415bf4d
Octal31527327701172453317115
Binary110011011011101110111111010011111010010101101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBBF; }

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

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

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

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

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

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

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

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