#E0BACA

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

Shades of Twilight #E0BACA

Tints of Twilight #E0BACA

Color information

#E0BACA (or 0xE0BACA) is unknown color: approx Twilight. HEX triplet: E0, BA and CA. RGB value is (224,186,202). Sum of RGB (Red+Green+Blue) = 224+186+202=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BACA is #1F4535. Grayscale: #C7C7C7. Windows color (decimal): -2049334 or 13286112. OLE color: 13286112.

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

Color convert

RGB224186202-
CMYK00.170.100.12
HSL334.74º38%80.39%-
HSV(B)334.74º16.96%87.84%-
XYZ58.9655.2363.43-
YUV199.19129.59145.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=36.60%
G=30.39%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418620200.170.100.12334.743880.39
HexE0BACA011AC14f2650
Octal340272312021121451746120
Binary111000001011101011001010010001101011001010011111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BACA; }

 p { color: rgb(224,186,202); }

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

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

 a { background-color: rgb(224,186,202); }

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

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

 span { border-color: rgb(224,186,202); }

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