#CDBEC2

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

Shades of Melanie #CDBEC2

Tints of Melanie #CDBEC2

Color information

#CDBEC2 (or 0xCDBEC2) is unknown color: approx Melanie. HEX triplet: CD, BE and C2. RGB value is (205,190,194). Sum of RGB (Red+Green+Blue) = 205+190+194=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC2 is #32413D. Grayscale: #C2C2C2. Windows color (decimal): -3293502 or 12762829. OLE color: 12762829.

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

Color convert

RGB205190194-
CMYK00.070.050.20
HSL344º13.04%77.45%-
HSV(B)344º7.32%80.39%-
XYZ53.3353.758.59-
YUV194.94127.47135.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 194 (76.17% from 255) = 32.94%
R=34.80%
G=32.26%
B=32.94%

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
Decimal20519019400.070.050.2034413.0477.45
HexCDBEC207514158d4d
Octal3152763020752453015115
Binary11001101101111101100001001111011010010101100011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEC2; }

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

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

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

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

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

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

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

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