Html Css Color HEX #E6BFEF Blue Chalk

📋 copy color: '#E6BFEF'

red 230 ◦ green 191 ◦ blue 239

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

Shades of Blue Chalk #E6BFEF

Tints of Blue Chalk #E6BFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.21%

R = 34.85%
G = 28.94%
B = 36.21%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6BFEF (or 0xE6BFEF) is known color: Blue Chalk. HEX triplet: E6, BF and EF. RGB value is (230,191,239). Sum of RGB (Red+Green+Blue) = 230+191+239=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6BFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFEF is #194010. Grayscale: #CFCFCF. Windows color (decimal): -1654801 or 15712230. OLE color: 15712230.

HSL color Cylindrical-coordinate representation of color #E6BFEF: hue angle of 288.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6BFEF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 191 239 -
CMYK 0.04 0.20 0 0.06
HSL 288.75º 0.6% 0.84% -
HSV(B) 288.75º 0.2% 0.94% -
XYZ 66.84 60.32 89.78 -
YUV 208.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 230 191 239 0.04 0.20 0 0.06 288.75 0.6 0.84
Hex E6 BF EF 4 14 0 6 121 3C 54
Octal 346 277 357 4 24 0 6 441 74 124
Binary 11100110 10111111 11101111 100 10100 0 110 100100001 111100 1010100

Color Harmonies of #E6BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFEF

Black with #E6BFEF

Text Example


Text Example

White with #E6BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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