#E6BAD4

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

Shades of Twilight #E6BAD4

Tints of Twilight #E6BAD4

Color information

#E6BAD4 (or 0xE6BAD4) is unknown color: approx Twilight. HEX triplet: E6, BA and D4. RGB value is (230,186,212). Sum of RGB (Red+Green+Blue) = 230+186+212=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAD4 is #19452B. Grayscale: #CACACA. Windows color (decimal): -1656108 or 13941478. OLE color: 13941478.

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

Color convert

RGB230186212-
CMYK00.190.080.10
HSL324.55º46.81%81.57%-
HSV(B)324.55º19.13%90.2%-
XYZ62.0856.6969.96-
YUV202.12133.58147.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.62%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 212 (83.20% from 255) = 33.76%
R=36.62%
G=29.62%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018621200.190.080.10324.5546.8181.57
HexE6BAD40138A1452f52
Octal346272324023101250557122
Binary111001101011101011010100010011100010101010001011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BAD4; }

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

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

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

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

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

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

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

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