#CDADB8

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

Shades of Melanie #CDADB8

Tints of Melanie #CDADB8

Color information

#CDADB8 (or 0xCDADB8) is unknown color: approx Melanie. HEX triplet: CD, AD and B8. RGB value is (205,173,184). Sum of RGB (Red+Green+Blue) = 205+173+184=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADB8 is #325247. Grayscale: #B7B7B7. Windows color (decimal): -3297864 or 12103117. OLE color: 12103117.

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

Color convert

RGB205173184-
CMYK00.160.100.20
HSL339.38º24.24%74.12%-
HSV(B)339.38º15.61%80.39%-
XYZ48.7746.3351.72-
YUV183.82128.1143.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=36.48%
G=30.78%
B=32.74%

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
Decimal20517318400.160.100.20339.3824.2474.12
HexCDADB8010A14153184a
Octal315255270020122452330112
Binary110011011010110110111000010000101010100101010011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADB8; }

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

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

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

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

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

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

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

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