#E7C7CA

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

Shades of Azalea #E7C7CA

Tints of Azalea #E7C7CA

Color information

#E7C7CA (or 0xE7C7CA) is unknown color: approx Azalea. HEX triplet: E7, C7 and CA. RGB value is (231,199,202). Sum of RGB (Red+Green+Blue) = 231+199+202=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7CA is #183835. Grayscale: #D0D0D0. Windows color (decimal): -1587254 or 13289447. OLE color: 13289447.

HSL color Cylindrical-coordinate representation of color #E7C7CA: hue angle of 354.38º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7C7CA is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231199202-
CMYK00.140.130.09
HSL354.38º40%84.31%-
HSV(B)354.38º13.85%90.59%-
XYZ64.0462.164.49-
YUV208.91124.1143.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.55%
GREEN value IS 199 (78.12% from 255) = 31.49%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=36.55%
G=31.49%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119920200.140.130.09354.384084.31
HexE7C7CA0ED91622854
Octal347307312016151154250124
Binary11100111110001111100101001110110110011011000101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C7CA; }

 p { color: rgb(231,199,202); }

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

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

 a { background-color: rgb(231,199,202); }

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

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

 span { border-color: rgb(231,199,202); }

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