#E8BDD0

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

Shades of Twilight #E8BDD0

Tints of Twilight #E8BDD0

Color information

#E8BDD0 (or 0xE8BDD0) is unknown color: approx Twilight. HEX triplet: E8, BD and D0. RGB value is (232,189,208). Sum of RGB (Red+Green+Blue) = 232+189+208=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDD0 is #17422F. Grayscale: #CBCBCB. Windows color (decimal): -1524272 or 13680104. OLE color: 13680104.

HSL color Cylindrical-coordinate representation of color #E8BDD0: hue angle of 333.49º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BDD0 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB232189208-
CMYK00.190.100.09
HSL333.49º48.31%82.55%-
HSV(B)333.49º18.53%90.98%-
XYZ62.8658.1167.58-
YUV204.02130.25147.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.88%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 208 (81.64% from 255) = 33.07%
R=36.88%
G=30.05%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218920800.190.100.09333.4948.3182.55
HexE8BDD0013A914d3053
Octal350275320023121151560123
Binary111010001011110111010000010011101010011010011011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDD0; }

 p { color: rgb(232,189,208); }

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

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

 a { background-color: rgb(232,189,208); }

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

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

 span { border-color: rgb(232,189,208); }

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