#CCAEB8

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

Shades of Melanie #CCAEB8

Tints of Melanie #CCAEB8

Color information

#CCAEB8 (or 0xCCAEB8) is unknown color: approx Melanie. HEX triplet: CC, AE and B8. RGB value is (204,174,184). Sum of RGB (Red+Green+Blue) = 204+174+184=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEB8 is #335147. Grayscale: #B8B8B8. Windows color (decimal): -3363144 or 12103372. OLE color: 12103372.

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

Color convert

RGB204174184-
CMYK00.150.100.2
HSL340º22.73%74.12%-
HSV(B)340º14.71%80%-
XYZ48.6946.5751.77-
YUV184.11127.94142.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=36.30%
G=30.96%
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.2
SystemRedGreenBlueCMYKHSL
Decimal20417418400.150.100.234022.7374.12
HexCCAEB80FA14154174a
Octal314256270017122452427112
Binary11001100101011101011100001111101010100101010100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEB8; }

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

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

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

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

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

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

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

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