#CBBDC1

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

Shades of Melanie #CBBDC1

Tints of Melanie #CBBDC1

Color information

#CBBDC1 (or 0xCBBDC1) is unknown color: approx Melanie. HEX triplet: CB, BD and C1. RGB value is (203,189,193). Sum of RGB (Red+Green+Blue) = 203+189+193=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC1 is #34423E. Grayscale: #C1C1C1. Windows color (decimal): -3424831 or 12697035. OLE color: 12697035.

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

Color convert

RGB203189193-
CMYK00.070.050.20
HSL342.86º11.86%76.86%-
HSV(B)342.86º6.9%79.61%-
XYZ52.4552.9457.91-
YUV193.64127.64134.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=34.70%
G=32.31%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318919300.070.050.20342.8611.8676.86
HexCBBDC107514157c4d
Octal3132753010752452714115
Binary11001011101111011100000101111011010010101011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDC1; }

 p { color: rgb(203,189,193); }

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

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

 a { background-color: rgb(203,189,193); }

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

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

 span { border-color: rgb(203,189,193); }

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