Html Css Color HEX #E7BFEF Blue Chalk

📋 copy color: '#E7BFEF'

red 231 ◦ green 191 ◦ blue 239

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

Shades of Blue Chalk #E7BFEF

Tints of Blue Chalk #E7BFEF

RGB

 RED value IS 231 (90.63% from 255) = 34.95%

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

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

R = 34.95%
G = 28.9%
B = 36.16%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E7BFEF (or 0xE7BFEF) is known color: Blue Chalk. HEX triplet: E7, BF and EF. RGB value is (231,191,239). Sum of RGB (Red+Green+Blue) = 231+191+239=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7BFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFEF is #184010. Grayscale: #D0D0D0. Windows color (decimal): -1589265 or 15712231. OLE color: 15712231.

HSL color Cylindrical-coordinate representation of color #E7BFEF: hue angle of 290º 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 #E7BFEF is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 191 239 -
CMYK 0.03 0.20 0 0.06
HSL 290º 0.6% 0.84% -
HSV(B) 290º 0.2% 0.94% -
XYZ 67.17 60.48 89.8 -
YUV 208.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 231 191 239 0.03 0.20 0 0.06 290 0.6 0.84
Hex E7 BF EF 3 14 0 6 122 3C 54
Octal 347 277 357 3 24 0 6 442 74 124
Binary 11100111 10111111 11101111 11 10100 0 110 100100010 111100 1010100

Color Harmonies of #E7BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BFEF

Black with #E7BFEF

Text Example


Text Example

White with #E7BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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