#CDAFBA

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

Shades of Melanie #CDAFBA

Tints of Melanie #CDAFBA

Color information

#CDAFBA (or 0xCDAFBA) is unknown color: approx Melanie. HEX triplet: CD, AF and BA. RGB value is (205,175,186). Sum of RGB (Red+Green+Blue) = 205+175+186=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFBA is #325045. Grayscale: #B9B9B9. Windows color (decimal): -3297350 or 12234701. OLE color: 12234701.

HSL color Cylindrical-coordinate representation of color #CDAFBA: hue angle of 338º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAFBA is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205175186-
CMYK00.150.090.20
HSL338º23.08%74.51%-
HSV(B)338º14.63%80.39%-
XYZ49.3747.1852.96-
YUV185.22128.44142.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=36.22%
G=30.92%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517518600.150.090.2033823.0874.51
HexCDAFBA0F914152174b
Octal315257272017112452227113
Binary11001101101011111011101001111100110100101010010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFBA; }

 p { color: rgb(205,175,186); }

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

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

 a { background-color: rgb(205,175,186); }

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

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

 span { border-color: rgb(205,175,186); }

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