#E6B0CF

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

Shades of Twilight #E6B0CF

Tints of Twilight #E6B0CF

Color information

#E6B0CF (or 0xE6B0CF) is unknown color: approx Twilight. HEX triplet: E6, B0 and CF. RGB value is (230,176,207). Sum of RGB (Red+Green+Blue) = 230+176+207=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6B0CF is #194F30. Grayscale: #C3C3C3. Windows color (decimal): -1658673 or 13611238. OLE color: 13611238.

HSL color Cylindrical-coordinate representation of color #E6B0CF: hue angle of 325.56º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B0CF is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230176207-
CMYK00.230.100.10
HSL325.56º51.92%79.61%-
HSV(B)325.56º23.48%90.2%-
XYZ59.4252.3866.01-
YUV195.68134.39152.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.52%
GREEN value IS 176 (69.14% from 255) = 28.71%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=37.52%
G=28.71%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017620700.230.100.10325.5651.9279.61
HexE6B0CF017AA1463450
Octal346260317027121250664120
Binary111001101011000011001111010111101010101010001101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B0CF; }

 p { color: rgb(230,176,207); }

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

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

 a { background-color: rgb(230,176,207); }

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

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

 span { border-color: rgb(230,176,207); }

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