#E6C8CB

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

Shades of Azalea #E6C8CB

Tints of Azalea #E6C8CB

Color information

#E6C8CB (or 0xE6C8CB) is unknown color: approx Azalea. HEX triplet: E6, C8 and CB. RGB value is (230,200,203). Sum of RGB (Red+Green+Blue) = 230+200+203=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8CB is #193734. Grayscale: #D1D1D1. Windows color (decimal): -1652533 or 13355238. OLE color: 13355238.

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

Color convert

RGB230200203-
CMYK00.130.120.10
HSL354º37.5%84.31%-
HSV(B)354º13.04%90.2%-
XYZ64.0762.4465.18-
YUV209.31124.44142.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.33%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=36.33%
G=31.60%
B=32.07%

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
Decimal23020020300.130.120.1035437.584.31
HexE6C8CB0DCA1622654
Octal346310313015141254246124
Binary11100110110010001100101101101110010101011000101001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C8CB; }

 p { color: rgb(230,200,203); }

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

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

 a { background-color: rgb(230,200,203); }

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

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

 span { border-color: rgb(230,200,203); }

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