#CDABB6

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

Shades of Melanie #CDABB6

Tints of Melanie #CDABB6

Color information

#CDABB6 (or 0xCDABB6) is unknown color: approx Melanie. HEX triplet: CD, AB and B6. RGB value is (205,171,182). Sum of RGB (Red+Green+Blue) = 205+171+182=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABB6 is #325449. Grayscale: #B6B6B6. Windows color (decimal): -3298378 or 11971533. OLE color: 11971533.

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

Color convert

RGB205171182-
CMYK00.170.110.20
HSL340.59º25.37%73.73%-
HSV(B)340.59º16.59%80.39%-
XYZ48.1845.4850.5-
YUV182.42127.76144.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=36.74%
G=30.65%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517118200.170.110.20340.5925.3773.73
HexCDABB6011B14155194a
Octal315253266021132452531112
Binary110011011010101110110110010001101110100101010101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABB6; }

 p { color: rgb(205,171,182); }

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

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

 a { background-color: rgb(205,171,182); }

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

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

 span { border-color: rgb(205,171,182); }

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