#CCAEB7

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

Shades of Melanie #CCAEB7

Tints of Melanie #CCAEB7

Color information

#CCAEB7 (or 0xCCAEB7) is unknown color: approx Melanie. HEX triplet: CC, AE and B7. RGB value is (204,174,183). Sum of RGB (Red+Green+Blue) = 204+174+183=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEB7 is #335148. Grayscale: #B7B7B7. Windows color (decimal): -3363145 or 12037836. OLE color: 12037836.

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

Color convert

RGB204174183-
CMYK00.150.100.2
HSL342º22.73%74.12%-
HSV(B)342º14.71%80%-
XYZ48.5946.5351.22-
YUV184127.44142.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=36.36%
G=31.02%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417418300.150.100.234222.7374.12
HexCCAEB70FA14156174a
Octal314256267017122452627112
Binary11001100101011101011011101111101010100101010110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEB7; }

 p { color: rgb(204,174,183); }

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

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

 a { background-color: rgb(204,174,183); }

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

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

 span { border-color: rgb(204,174,183); }

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