#CDBABF

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

Shades of Melanie #CDBABF

Tints of Melanie #CDBABF

Color information

#CDBABF (or 0xCDBABF) is unknown color: approx Melanie. HEX triplet: CD, BA and BF. RGB value is (205,186,191). Sum of RGB (Red+Green+Blue) = 205+186+191=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBABF is #324540. Grayscale: #C0C0C0. Windows color (decimal): -3294529 or 12565197. OLE color: 12565197.

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

Color convert

RGB205186191-
CMYK00.090.070.20
HSL344.21º15.97%76.67%-
HSV(B)344.21º9.27%80.39%-
XYZ52.1451.8656.55-
YUV192.25127.29137.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 191 (75% from 255) = 32.82%
R=35.22%
G=31.96%
B=32.82%

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
Decimal20518619100.090.070.20344.2115.9776.67
HexCDBABF09714158104d
Octal31527227701172453020115
Binary1100110110111010101111110100111110100101011000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBABF; }

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

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

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

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

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

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

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

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