#E6BAD1

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

Shades of Twilight #E6BAD1

Tints of Twilight #E6BAD1

Color information

#E6BAD1 (or 0xE6BAD1) is unknown color: approx Twilight. HEX triplet: E6, BA and D1. RGB value is (230,186,209). Sum of RGB (Red+Green+Blue) = 230+186+209=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAD1 is #19452E. Grayscale: #C9C9C9. Windows color (decimal): -1656111 or 13744870. OLE color: 13744870.

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

Color convert

RGB230186209-
CMYK00.190.090.10
HSL328.64º46.81%81.57%-
HSV(B)328.64º19.13%90.2%-
XYZ61.756.5467.98-
YUV201.78132.08148.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 209 (82.03% from 255) = 33.44%
R=36.8%
G=29.76%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018620900.190.090.10328.6446.8181.57
HexE6BAD10139A1492f52
Octal346272321023111251157122
Binary111001101011101011010001010011100110101010010011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAD1; }

 p { color: rgb(230,186,209); }

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

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

 a { background-color: rgb(230,186,209); }

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

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

 span { border-color: rgb(230,186,209); }

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