Html Css Color HEX #E2BDD0 Twilight

📋 copy color: '#E2BDD0'

red 226 ◦ green 189 ◦ blue 208

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

Shades of Twilight #E2BDD0

Tints of Twilight #E2BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.34%

 BLUE value IS 208 (81.64% from 255) = 33.39%

R = 36.28%
G = 30.34%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2BDD0 (or 0xE2BDD0) is known color: Twilight. HEX triplet: E2, BD and D0. RGB value is (226,189,208). Sum of RGB (Red+Green+Blue) = 226+189+208=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BDD0 is #1D422F. Grayscale: #CACACA. Windows color (decimal): -1917488 or 13680098. OLE color: 13680098.

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

Color convert

RGB 226 189 208 -
CMYK 0 0.16 0.08 0.11
HSL 329.19º 0.39% 0.81% -
HSV(B) 329.19º 0.16% 0.89% -
XYZ 60.95 57.12 67.49 -
YUV 202.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 226 189 208 0 0.16 0.08 0.11 329.19 0.39 0.81
Hex E2 BD D0 0 10 8 B 149 27 51
Octal 342 275 320 0 20 10 13 511 47 121
Binary 11100010 10111101 11010000 0 10000 1000 1011 101001001 100111 1010001

Color Harmonies of #E2BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDD0

Black with #E2BDD0

Text Example


Text Example

White with #E2BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDD0; }

 p { color: rgb(226,189,208); }

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

background-color css

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

 a { background-color: rgb(226,189,208); }

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

border-color css

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

 span { border-color: rgb(226,189,208); }

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