#CDBBC1

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

Shades of Melanie #CDBBC1

Tints of Melanie #CDBBC1

Color information

#CDBBC1 (or 0xCDBBC1) is unknown color: approx Melanie. HEX triplet: CD, BB and C1. RGB value is (205,187,193). Sum of RGB (Red+Green+Blue) = 205+187+193=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBC1 is #32443E. Grayscale: #C1C1C1. Windows color (decimal): -3294271 or 12696525. OLE color: 12696525.

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

Color convert

RGB205187193-
CMYK00.090.060.20
HSL340º15.25%76.86%-
HSV(B)340º8.78%80.39%-
XYZ52.5752.3757.79-
YUV193.07127.96136.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=35.04%
G=31.97%
B=32.99%

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
Decimal20518719300.090.060.2034015.2576.86
HexCDBBC109614154f4d
Octal31527330101162452417115
Binary110011011011101111000001010011101010010101010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBC1; }

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

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

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

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

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

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

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

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