#CDACB8

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

Shades of Melanie #CDACB8

Tints of Melanie #CDACB8

Color information

#CDACB8 (or 0xCDACB8) is unknown color: approx Melanie. HEX triplet: CD, AC and B8. RGB value is (205,172,184). Sum of RGB (Red+Green+Blue) = 205+172+184=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACB8 is #325347. Grayscale: #B7B7B7. Windows color (decimal): -3298120 or 12102861. OLE color: 12102861.

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

Color convert

RGB205172184-
CMYK00.160.100.20
HSL338.18º24.81%73.92%-
HSV(B)338.18º16.1%80.39%-
XYZ48.5845.9451.66-
YUV183.24128.43143.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=36.54%
G=30.66%
B=32.80%

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
Decimal20517218400.160.100.20338.1824.8173.92
HexCDACB8010A14152194a
Octal315254270020122452231112
Binary110011011010110010111000010000101010100101010010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACB8; }

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

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

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

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

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

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

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

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