Html Css Color HEX #E6BED5 Twilight

📋 copy color: '#E6BED5'

red 230 ◦ green 190 ◦ blue 213

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

Shades of Twilight #E6BED5

Tints of Twilight #E6BED5

RGB

 RED value IS 230 (90.23% from 255) = 36.33%

 GREEN value IS 190 (74.61% from 255) = 30.02%

 BLUE value IS 213 (83.59% from 255) = 33.65%

R = 36.33%
G = 30.02%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E6BED5 (or 0xE6BED5) is known color: Twilight. HEX triplet: E6, BE and D5. RGB value is (230,190,213). Sum of RGB (Red+Green+Blue) = 230+190+213=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BED5 is #19412A. Grayscale: #CCCCCC. Windows color (decimal): -1655083 or 14008038. OLE color: 14008038.

HSL color Cylindrical-coordinate representation of color #E6BED5: hue angle of 325.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BED5 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 190 213 -
CMYK 0 0.17 0.07 0.10
HSL 325.5º 0.44% 0.82% -
HSV(B) 325.5º 0.17% 0.9% -
XYZ 63.06 58.45 70.91 -
YUV 204.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 230 190 213 0 0.17 0.07 0.10 325.5 0.44 0.82
Hex E6 BE D5 0 11 7 A 146 2C 52
Octal 346 276 325 0 21 7 12 506 54 122
Binary 11100110 10111110 11010101 0 10001 111 1010 101000110 101100 1010010

Color Harmonies of #E6BED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BED5

Black with #E6BED5

Text Example


Text Example

White with #E6BED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BED5; }

 p { color: rgb(230,190,213); }

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

background-color css

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

 a { background-color: rgb(230,190,213); }

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

border-color css

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

 span { border-color: rgb(230,190,213); }

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