Html Css Color HEX #E6BFD4 Twilight

📋 copy color: '#E6BFD4'

red 230 ◦ green 191 ◦ blue 212

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

Shades of Twilight #E6BFD4

Tints of Twilight #E6BFD4

RGB

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

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

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

R = 36.33%
G = 30.17%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E6BFD4 (or 0xE6BFD4) is known color: Twilight. HEX triplet: E6, BF and D4. RGB value is (230,191,212). Sum of RGB (Red+Green+Blue) = 230+191+212=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFD4 is #19402B. Grayscale: #CDCDCD. Windows color (decimal): -1654828 or 13942758. OLE color: 13942758.

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

Color convert

RGB 230 191 212 -
CMYK 0 0.17 0.08 0.10
HSL 327.69º 0.44% 0.83% -
HSV(B) 327.69º 0.17% 0.9% -
XYZ 63.15 58.84 70.32 -
YUV 205.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 230 191 212 0 0.17 0.08 0.10 327.69 0.44 0.83
Hex E6 BF D4 0 11 8 A 148 2C 53
Octal 346 277 324 0 21 10 12 510 54 123
Binary 11100110 10111111 11010100 0 10001 1000 1010 101001000 101100 1010011

Color Harmonies of #E6BFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFD4

Black with #E6BFD4

Text Example


Text Example

White with #E6BFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFD4; }

 p { color: rgb(230,191,212); }

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

background-color css

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

 a { background-color: rgb(230,191,212); }

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

border-color css

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

 span { border-color: rgb(230,191,212); }

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