#CDBAC1

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

Shades of Melanie #CDBAC1

Tints of Melanie #CDBAC1

Color information

#CDBAC1 (or 0xCDBAC1) is unknown color: approx Melanie. HEX triplet: CD, BA and C1. RGB value is (205,186,193). Sum of RGB (Red+Green+Blue) = 205+186+193=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAC1 is #32453E. Grayscale: #C0C0C0. Windows color (decimal): -3294527 or 12696269. OLE color: 12696269.

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

Color convert

RGB205186193-
CMYK00.090.060.20
HSL337.89º15.97%76.67%-
HSV(B)337.89º9.27%80.39%-
XYZ52.3651.9557.72-
YUV192.48128.29136.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=35.10%
G=31.85%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518619300.090.060.20337.8915.9776.67
HexCDBAC109614152104d
Octal31527230101162452220115
Binary1100110110111010110000010100111010100101010010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAC1; }

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

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

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

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

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

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

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

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