Html Css Color HEX #E1BAD4 Twilight

📋 copy color: '#E1BAD4'

red 225 ◦ green 186 ◦ blue 212

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

Shades of Twilight #E1BAD4

Tints of Twilight #E1BAD4

RGB

 RED value IS 225 (88.28% from 255) = 36.12%

 GREEN value IS 186 (73.05% from 255) = 29.86%

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 36.12%
G = 29.86%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E1BAD4 (or 0xE1BAD4) is known color: Twilight. HEX triplet: E1, BA and D4. RGB value is (225,186,212). Sum of RGB (Red+Green+Blue) = 225+186+212=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAD4 is #1E452B. Grayscale: #C8C8C8. Windows color (decimal): -1983788 or 13941473. OLE color: 13941473.

HSL color Cylindrical-coordinate representation of color #E1BAD4: hue angle of 320º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BAD4 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 212 -
CMYK 0 0.17 0.06 0.12
HSL 320º 0.39% 0.81% -
HSV(B) 320º 0.17% 0.88% -
XYZ 60.49 55.88 69.88 -
YUV 200.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 225 186 212 0 0.17 0.06 0.12 320 0.39 0.81
Hex E1 BA D4 0 11 6 C 140 27 51
Octal 341 272 324 0 21 6 14 500 47 121
Binary 11100001 10111010 11010100 0 10001 110 1100 101000000 100111 1010001

Color Harmonies of #E1BAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BAD4

Black with #E1BAD4

Text Example


Text Example

White with #E1BAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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