#E0B4CE

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

Shades of Twilight #E0B4CE

Tints of Twilight #E0B4CE

Color information

#E0B4CE (or 0xE0B4CE) is unknown color: approx Twilight. HEX triplet: E0, B4 and CE. RGB value is (224,180,206). Sum of RGB (Red+Green+Blue) = 224+180+206=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B4CE is #1F4B31. Grayscale: #C4C4C4. Windows color (decimal): -2050866 or 13546720. OLE color: 13546720.

HSL color Cylindrical-coordinate representation of color #E0B4CE: hue angle of 324.55º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0B4CE is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224180206-
CMYK00.200.080.12
HSL324.55º41.51%79.22%-
HSV(B)324.55º19.64%87.84%-
XYZ58.252.9565.54-
YUV196.12133.58147.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.72%
GREEN value IS 180 (70.70% from 255) = 29.51%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=36.72%
G=29.51%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418020600.200.080.12324.5541.5179.22
HexE0B4CE0148C1452a4f
Octal340264316024101450552117
Binary111000001011010011001110010100100011001010001011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B4CE; }

 p { color: rgb(224,180,206); }

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

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

 a { background-color: rgb(224,180,206); }

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

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

 span { border-color: rgb(224,180,206); }

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