#CAAEB7

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

Shades of Melanie #CAAEB7

Tints of Melanie #CAAEB7

Color information

#CAAEB7 (or 0xCAAEB7) is unknown color: approx Melanie. HEX triplet: CA, AE and B7. RGB value is (202,174,183). Sum of RGB (Red+Green+Blue) = 202+174+183=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEB7 is #355148. Grayscale: #B7B7B7. Windows color (decimal): -3494217 or 12037834. OLE color: 12037834.

HSL color Cylindrical-coordinate representation of color #CAAEB7: hue angle of 340.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAEB7 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB202174183-
CMYK00.140.090.21
HSL340.71º20.9%73.73%-
HSV(B)340.71º13.86%79.22%-
XYZ48.0446.2551.19-
YUV183.4127.78141.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=36.14%
G=31.13%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217418300.140.090.21340.7120.973.73
HexCAAEB70E915155154a
Octal312256267016112552525112
Binary11001010101011101011011101110100110101101010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEB7; }

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

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

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

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

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

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

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

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