#E0BDCC

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

Shades of Twilight #E0BDCC

Tints of Twilight #E0BDCC

Color information

#E0BDCC (or 0xE0BDCC) is unknown color: approx Twilight. HEX triplet: E0, BD and CC. RGB value is (224,189,204). Sum of RGB (Red+Green+Blue) = 224+189+204=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDCC is #1F4233. Grayscale: #C9C9C9. Windows color (decimal): -2048564 or 13417952. OLE color: 13417952.

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

Color convert

RGB224189204-
CMYK00.160.090.12
HSL334.29º36.08%80.98%-
HSV(B)334.29º15.62%87.84%-
XYZ59.8456.664.9-
YUV201.18129.6144.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.30%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=36.30%
G=30.63%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418920400.160.090.12334.2936.0880.98
HexE0BDCC0109C14e2451
Octal340275314020111451644121
Binary111000001011110111001100010000100111001010011101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDCC; }

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

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

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

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

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

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

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

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