Html Css Color HEX #E2BFD1 Twilight

📋 copy color: '#E2BFD1'

red 226 ◦ green 191 ◦ blue 209

#E2BFD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twilight #E2BFD1

Tints of Twilight #E2BFD1

RGB

 RED value IS 226 (88.67% from 255) = 36.1%

 GREEN value IS 191 (75% from 255) = 30.51%

 BLUE value IS 209 (82.03% from 255) = 33.39%

R = 36.1%
G = 30.51%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2BFD1 (or 0xE2BFD1) is known color: Twilight. HEX triplet: E2, BF and D1. RGB value is (226,191,209). Sum of RGB (Red+Green+Blue) = 226+191+209=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFD1 is #1D402E. Grayscale: #CBCBCB. Windows color (decimal): -1916975 or 13746146. OLE color: 13746146.

HSL color Cylindrical-coordinate representation of color #E2BFD1: hue angle of 329.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2BFD1 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 209 -
CMYK 0 0.15 0.08 0.11
HSL 329.14º 0.38% 0.82% -
HSV(B) 329.14º 0.15% 0.89% -
XYZ 61.5 58.03 68.28 -
YUV 203.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 226 191 209 0 0.15 0.08 0.11 329.14 0.38 0.82
Hex E2 BF D1 0 F 8 B 149 26 52
Octal 342 277 321 0 17 10 13 511 46 122
Binary 11100010 10111111 11010001 0 1111 1000 1011 101001001 100110 1010010

Color Harmonies of #E2BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFD1

Black with #E2BFD1

Text Example


Text Example

White with #E2BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFD1; }

 p { color: rgb(226,191,209); }

 H1.HeaderClassName
 {
   color: #E2BFD1;
 }
 .AnyTagClassName
 {
   color: #E2BFD1;
 }
</style>

background-color css

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

 a { background-color: rgb(226,191,209); }

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

border-color css

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

 span { border-color: rgb(226,191,209); }

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