Html Css Color HEX #E6BDD1 Twilight

📋 copy color: '#E6BDD1'

red 230 ◦ green 189 ◦ blue 209

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

Shades of Twilight #E6BDD1

Tints of Twilight #E6BDD1

RGB

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

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

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

R = 36.62%
G = 30.1%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E6BDD1 (or 0xE6BDD1) is known color: Twilight. HEX triplet: E6, BD and D1. RGB value is (230,189,209). Sum of RGB (Red+Green+Blue) = 230+189+209=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDD1 is #19422E. Grayscale: #CBCBCB. Windows color (decimal): -1655343 or 13745638. OLE color: 13745638.

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

Color convert

RGB 230 189 209 -
CMYK 0 0.18 0.09 0.10
HSL 330.73º 0.45% 0.82% -
HSV(B) 330.73º 0.18% 0.9% -
XYZ 62.34 57.82 68.2 -
YUV 203.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 230 189 209 0 0.18 0.09 0.10 330.73 0.45 0.82
Hex E6 BD D1 0 12 9 A 14B 2D 52
Octal 346 275 321 0 22 11 12 513 55 122
Binary 11100110 10111101 11010001 0 10010 1001 1010 101001011 101101 1010010

Color Harmonies of #E6BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDD1

Black with #E6BDD1

Text Example


Text Example

White with #E6BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDD1; }

 p { color: rgb(230,189,209); }

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

background-color css

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

 a { background-color: rgb(230,189,209); }

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

border-color css

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

 span { border-color: rgb(230,189,209); }

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