#E0BDCA

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

Shades of Twilight #E0BDCA

Tints of Twilight #E0BDCA

Color information

#E0BDCA (or 0xE0BDCA) is unknown color: approx Twilight. HEX triplet: E0, BD and CA. RGB value is (224,189,202). Sum of RGB (Red+Green+Blue) = 224+189+202=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDCA is #1F4235. Grayscale: #C8C8C8. Windows color (decimal): -2048566 or 13286880. OLE color: 13286880.

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

Color convert

RGB224189202-
CMYK00.160.100.12
HSL337.71º36.08%80.98%-
HSV(B)337.71º15.62%87.84%-
XYZ59.656.5163.64-
YUV200.95128.6144.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.42%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=36.42%
G=30.73%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418920200.160.100.12337.7136.0880.98
HexE0BDCA010AC1522451
Octal340275312020121452244121
Binary111000001011110111001010010000101011001010100101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDCA; }

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

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

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

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

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

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

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

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