#CBADB7

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

Shades of Melanie #CBADB7

Tints of Melanie #CBADB7

Color information

#CBADB7 (or 0xCBADB7) is unknown color: approx Melanie. HEX triplet: CB, AD and B7. RGB value is (203,173,183). Sum of RGB (Red+Green+Blue) = 203+173+183=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADB7 is #345248. Grayscale: #B7B7B7. Windows color (decimal): -3428937 or 12037579. OLE color: 12037579.

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

Color convert

RGB203173183-
CMYK00.150.100.20
HSL340º22.39%73.73%-
HSV(B)340º14.78%79.61%-
XYZ48.124651.14-
YUV183.11127.94142.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=36.31%
G=30.95%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317318300.150.100.2034022.3973.73
HexCBADB70FA14154164a
Octal313255267017122452426112
Binary11001011101011011011011101111101010100101010100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADB7; }

 p { color: rgb(203,173,183); }

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

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

 a { background-color: rgb(203,173,183); }

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

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

 span { border-color: rgb(203,173,183); }

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