#CDAEB9

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

Shades of Melanie #CDAEB9

Tints of Melanie #CDAEB9

Color information

#CDAEB9 (or 0xCDAEB9) is unknown color: approx Melanie. HEX triplet: CD, AE and B9. RGB value is (205,174,185). Sum of RGB (Red+Green+Blue) = 205+174+185=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEB9 is #325146. Grayscale: #B8B8B8. Windows color (decimal): -3297607 or 12168909. OLE color: 12168909.

HSL color Cylindrical-coordinate representation of color #CDAEB9: hue angle of 338.71º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAEB9 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205174185-
CMYK00.150.100.20
HSL338.71º23.66%74.31%-
HSV(B)338.71º15.12%80.39%-
XYZ49.0746.7552.34-
YUV184.52128.27142.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=36.35%
G=30.85%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517418500.150.100.20338.7123.6674.31
HexCDAEB90FA14153184a
Octal315256271017122452330112
Binary11001101101011101011100101111101010100101010011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEB9; }

 p { color: rgb(205,174,185); }

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

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

 a { background-color: rgb(205,174,185); }

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

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

 span { border-color: rgb(205,174,185); }

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