#CDBFC2

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

Shades of Melanie #CDBFC2

Tints of Melanie #CDBFC2

Color information

#CDBFC2 (or 0xCDBFC2) is unknown color: approx Melanie. HEX triplet: CD, BF and C2. RGB value is (205,191,194). Sum of RGB (Red+Green+Blue) = 205+191+194=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFC2 is #32403D. Grayscale: #C3C3C3. Windows color (decimal): -3293246 or 12763085. OLE color: 12763085.

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

Color convert

RGB205191194-
CMYK00.070.050.20
HSL347.14º12.28%77.65%-
HSV(B)347.14º6.83%80.39%-
XYZ53.5554.1458.67-
YUV195.53127.14134.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 194 (76.17% from 255) = 32.88%
R=34.75%
G=32.37%
B=32.88%

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
Decimal20519119400.070.050.20347.1412.2877.65
HexCDBFC20751415bc4e
Octal3152773020752453314116
Binary11001101101111111100001001111011010010101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBFC2; }

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

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

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

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

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

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

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

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