#CDADB9

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

Shades of Melanie #CDADB9

Tints of Melanie #CDADB9

Color information

#CDADB9 (or 0xCDADB9) is unknown color: approx Melanie. HEX triplet: CD, AD and B9. RGB value is (205,173,185). Sum of RGB (Red+Green+Blue) = 205+173+185=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADB9 is #325246. Grayscale: #B7B7B7. Windows color (decimal): -3297863 or 12168653. OLE color: 12168653.

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

Color convert

RGB205173185-
CMYK00.160.100.20
HSL337.5º24.24%74.12%-
HSV(B)337.5º15.61%80.39%-
XYZ48.8846.3752.27-
YUV183.94128.6143.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=36.41%
G=30.73%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517318500.160.100.20337.524.2474.12
HexCDADB9010A14152184a
Octal315255271020122452230112
Binary110011011010110110111001010000101010100101010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADB9; }

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

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

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

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

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

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

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

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