#E6B0CE

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

Shades of Twilight #E6B0CE

Tints of Twilight #E6B0CE

Color information

#E6B0CE (or 0xE6B0CE) is unknown color: approx Twilight. HEX triplet: E6, B0 and CE. RGB value is (230,176,206). Sum of RGB (Red+Green+Blue) = 230+176+206=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6B0CE is #194F31. Grayscale: #C3C3C3. Windows color (decimal): -1658674 or 13545702. OLE color: 13545702.

HSL color Cylindrical-coordinate representation of color #E6B0CE: hue angle of 326.67º 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 #E6B0CE is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230176206-
CMYK00.230.100.10
HSL326.67º51.92%79.61%-
HSV(B)326.67º23.48%90.2%-
XYZ59.352.3365.37-
YUV195.57133.89152.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.58%
GREEN value IS 176 (69.14% from 255) = 28.76%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=37.58%
G=28.76%
B=33.66%

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
Decimal23017620600.230.100.10326.6751.9279.61
HexE6B0CE017AA1473450
Octal346260316027121250764120
Binary111001101011000011001110010111101010101010001111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B0CE; }

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

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

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

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

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

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

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

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