#E0B4CD

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

Shades of Twilight #E0B4CD

Tints of Twilight #E0B4CD

Color information

#E0B4CD (or 0xE0B4CD) is unknown color: approx Twilight. HEX triplet: E0, B4 and CD. RGB value is (224,180,205). Sum of RGB (Red+Green+Blue) = 224+180+205=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B4CD is #1F4B32. Grayscale: #C3C3C3. Windows color (decimal): -2050867 or 13481184. OLE color: 13481184.

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

Color convert

RGB224180205-
CMYK00.200.080.12
HSL325.91º41.51%79.22%-
HSV(B)325.91º19.64%87.84%-
XYZ58.0852.964.91-
YUV196.01133.08147.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 180 (70.70% from 255) = 29.56%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=36.78%
G=29.56%
B=33.66%

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
Decimal22418020500.200.080.12325.9141.5179.22
HexE0B4CD0148C1462a4f
Octal340264315024101450652117
Binary111000001011010011001101010100100011001010001101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B4CD; }

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

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

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

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

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

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

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

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