#E6BAD0

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

Shades of Twilight #E6BAD0

Tints of Twilight #E6BAD0

Color information

#E6BAD0 (or 0xE6BAD0) is unknown color: approx Twilight. HEX triplet: E6, BA and D0. RGB value is (230,186,208). Sum of RGB (Red+Green+Blue) = 230+186+208=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAD0 is #19452F. Grayscale: #C9C9C9. Windows color (decimal): -1656112 or 13679334. OLE color: 13679334.

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

Color convert

RGB230186208-
CMYK00.190.100.10
HSL330º46.81%81.57%-
HSV(B)330º19.13%90.2%-
XYZ61.5856.4967.33-
YUV201.66131.58148.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.86%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 208 (81.64% from 255) = 33.33%
R=36.86%
G=29.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018620800.190.100.1033046.8181.57
HexE6BAD0013AA14a2f52
Octal346272320023121251257122
Binary111001101011101011010000010011101010101010010101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAD0; }

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

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

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

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

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

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

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

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