#CDAEB8

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

Shades of Melanie #CDAEB8

Tints of Melanie #CDAEB8

Color information

#CDAEB8 (or 0xCDAEB8) is unknown color: approx Melanie. HEX triplet: CD, AE and B8. RGB value is (205,174,184). Sum of RGB (Red+Green+Blue) = 205+174+184=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEB8 is #325147. Grayscale: #B8B8B8. Windows color (decimal): -3297608 or 12103373. OLE color: 12103373.

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

Color convert

RGB205174184-
CMYK00.150.100.20
HSL340.65º23.66%74.31%-
HSV(B)340.65º15.12%80.39%-
XYZ48.9646.7151.78-
YUV184.41127.77142.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=36.41%
G=30.91%
B=32.68%

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
Decimal20517418400.150.100.20340.6523.6674.31
HexCDAEB80FA14155184a
Octal315256270017122452530112
Binary11001101101011101011100001111101010100101010101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEB8; }

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

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

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

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

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

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

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

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