#CDBEC3

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

Shades of Melanie #CDBEC3

Tints of Melanie #CDBEC3

Color information

#CDBEC3 (or 0xCDBEC3) is unknown color: approx Melanie. HEX triplet: CD, BE and C3. RGB value is (205,190,195). Sum of RGB (Red+Green+Blue) = 205+190+195=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC3 is #32413C. Grayscale: #C3C3C3. Windows color (decimal): -3293501 or 12828365. OLE color: 12828365.

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

Color convert

RGB205190195-
CMYK00.070.050.20
HSL340º13.04%77.45%-
HSV(B)340º7.32%80.39%-
XYZ53.4453.7559.19-
YUV195.05127.97135.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 195 (76.56% from 255) = 33.05%
R=34.75%
G=32.20%
B=33.05%

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
Decimal20519019500.070.050.2034013.0477.45
HexCDBEC307514154d4d
Octal3152763030752452415115
Binary11001101101111101100001101111011010010101010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEC3; }

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

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

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

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

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

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

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

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