#E6BDCE

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

Shades of Twilight #E6BDCE

Tints of Twilight #E6BDCE

Color information

#E6BDCE (or 0xE6BDCE) is unknown color: approx Twilight. HEX triplet: E6, BD and CE. RGB value is (230,189,206). Sum of RGB (Red+Green+Blue) = 230+189+206=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDCE is #194231. Grayscale: #CBCBCB. Windows color (decimal): -1655346 or 13549030. OLE color: 13549030.

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

Color convert

RGB230189206-
CMYK00.180.100.10
HSL335.12º45.05%82.16%-
HSV(B)335.12º17.83%90.2%-
XYZ61.9757.6766.26-
YUV203.2129.58147.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=36.8%
G=30.24%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018920600.180.100.10335.1245.0582.16
HexE6BDCE012AA14f2d52
Octal346275316022121251755122
Binary111001101011110111001110010010101010101010011111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDCE; }

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

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

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

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

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

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

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

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