#E6BFE9

Color #E6BFE9 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #E6BFE9

Tints of Thistle #E6BFE9

Color information

#E6BFE9 (or 0xE6BFE9) is unknown color: approx Thistle. HEX triplet: E6, BF and E9. RGB value is (230,191,233). Sum of RGB (Red+Green+Blue) = 230+191+233=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6BFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFE9 is #194016. Grayscale: #CFCFCF. Windows color (decimal): -1654807 or 15319014. OLE color: 15319014.

HSL color Cylindrical-coordinate representation of color #E6BFE9: hue angle of 295.71º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BFE9 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB230191233-
CMYK0.010.1800.09
HSL295.71º48.84%83.14%-
HSV(B)295.71º18.03%91.37%-
XYZ65.9759.9785.19-
YUV207.45142.42144.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 233 (91.41% from 255) = 35.63%
R=35.17%
G=29.20%
B=35.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301912330.010.1800.09295.7148.8483.14
HexE6BFE9112091283153
Octal34627735112201145061123
Binary111001101011111111101001110010010011001010001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFE9; }

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

 H1.HeaderClassName
 {
   color: #E6BFE9;
 }
 .AnyTagClassName
 {
   color: #E6BFE9;
 }
</style>
background-color css

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

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

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

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

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

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