#E6C7CA

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

Shades of Azalea #E6C7CA

Tints of Azalea #E6C7CA

Color information

#E6C7CA (or 0xE6C7CA) is unknown color: approx Azalea. HEX triplet: E6, C7 and CA. RGB value is (230,199,202). Sum of RGB (Red+Green+Blue) = 230+199+202=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7CA is #193835. Grayscale: #D0D0D0. Windows color (decimal): -1652790 or 13289446. OLE color: 13289446.

HSL color Cylindrical-coordinate representation of color #E6C7CA: hue angle of 354.19º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6C7CA is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230199202-
CMYK00.130.120.10
HSL354.19º38.27%84.12%-
HSV(B)354.19º13.48%90.2%-
XYZ63.7261.9364.47-
YUV208.61124.27143.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.45%
GREEN value IS 199 (78.12% from 255) = 31.54%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=36.45%
G=31.54%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019920200.130.120.10354.1938.2784.12
HexE6C7CA0DCA1622654
Octal346307312015141254246124
Binary11100110110001111100101001101110010101011000101001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C7CA; }

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

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

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

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

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

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

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

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