#CDBFC3

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

Shades of Melanie #CDBFC3

Tints of Melanie #CDBFC3

Color information

#CDBFC3 (or 0xCDBFC3) is unknown color: approx Melanie. HEX triplet: CD, BF and C3. RGB value is (205,191,195). Sum of RGB (Red+Green+Blue) = 205+191+195=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFC3 is #32403C. Grayscale: #C3C3C3. Windows color (decimal): -3293245 or 12828621. OLE color: 12828621.

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

Color convert

RGB205191195-
CMYK00.070.050.20
HSL342.86º12.28%77.65%-
HSV(B)342.86º6.83%80.39%-
XYZ53.6654.1859.26-
YUV195.64127.64134.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 195 (76.56% from 255) = 32.99%
R=34.69%
G=32.32%
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
Decimal20519119500.070.050.20342.8612.2877.65
HexCDBFC307514157c4e
Octal3152773030752452714116
Binary11001101101111111100001101111011010010101011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBFC3; }

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

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

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

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

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

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

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

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