#E0BFCB

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

Shades of Twilight #E0BFCB

Tints of Twilight #E0BFCB

Color information

#E0BFCB (or 0xE0BFCB) is unknown color: approx Twilight. HEX triplet: E0, BF and CB. RGB value is (224,191,203). Sum of RGB (Red+Green+Blue) = 224+191+203=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFCB is #1F4034. Grayscale: #CACACA. Windows color (decimal): -2048053 or 13352928. OLE color: 13352928.

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

Color convert

RGB224191203-
CMYK00.150.090.12
HSL338.18º34.74%81.37%-
HSV(B)338.18º14.73%87.84%-
XYZ60.1557.4264.41-
YUV202.24128.43143.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=36.25%
G=30.91%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419120300.150.090.12338.1834.7481.37
HexE0BFCB0F9C1522351
Octal340277313017111452243121
Binary11100000101111111100101101111100111001010100101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFCB; }

 p { color: rgb(224,191,203); }

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

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

 a { background-color: rgb(224,191,203); }

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

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

 span { border-color: rgb(224,191,203); }

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