#CDAFB9

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

Shades of Melanie #CDAFB9

Tints of Melanie #CDAFB9

Color information

#CDAFB9 (or 0xCDAFB9) is unknown color: approx Melanie. HEX triplet: CD, AF and B9. RGB value is (205,175,185). Sum of RGB (Red+Green+Blue) = 205+175+185=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFB9 is #325046. Grayscale: #B9B9B9. Windows color (decimal): -3297351 or 12169165. OLE color: 12169165.

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

Color convert

RGB205175185-
CMYK00.150.100.20
HSL340º23.08%74.51%-
HSV(B)340º14.63%80.39%-
XYZ49.2647.1452.4-
YUV185.11127.94142.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=36.28%
G=30.97%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517518500.150.100.2034023.0874.51
HexCDAFB90FA14154174b
Octal315257271017122452427113
Binary11001101101011111011100101111101010100101010100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFB9; }

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

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

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

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

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

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

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

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