#E6BFEE

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

Shades of Blue Chalk #E6BFEE

Tints of Blue Chalk #E6BFEE

Color information

#E6BFEE (or 0xE6BFEE) is unknown color: approx Blue Chalk. HEX triplet: E6, BF and EE. RGB value is (230,191,238). Sum of RGB (Red+Green+Blue) = 230+191+238=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6BFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFEE is #194011. Grayscale: #CFCFCF. Windows color (decimal): -1654802 or 15646694. OLE color: 15646694.

HSL color Cylindrical-coordinate representation of color #E6BFEE: hue angle of 289.79º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6BFEE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230191238-
CMYK0.030.2000.07
HSL289.79º58.02%84.12%-
HSV(B)289.79º19.75%93.33%-
XYZ66.760.2689-
YUV208.02144.92143.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.90%
GREEN value IS 191 (75% from 255) = 28.98%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=34.90%
G=28.98%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301912380.030.2000.07289.7958.0284.12
HexE6BFEE314071223a54
Octal3462773563240744272124
Binary111001101011111111101110111010001111001000101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFEE; }

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

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

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

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

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

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

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

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