Html Css Color HEX #E6BFF1 Blue Chalk

📋 copy color: '#E6BFF1'

red 230 ◦ green 191 ◦ blue 241

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

Shades of Blue Chalk #E6BFF1

Tints of Blue Chalk #E6BFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.4%

R = 34.74%
G = 28.85%
B = 36.4%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6BFF1 (or 0xE6BFF1) is known color: Blue Chalk. HEX triplet: E6, BF and F1. RGB value is (230,191,241). Sum of RGB (Red+Green+Blue) = 230+191+241=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6BFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFF1 is #19400E. Grayscale: #D0D0D0. Windows color (decimal): -1654799 or 15843302. OLE color: 15843302.

HSL color Cylindrical-coordinate representation of color #E6BFF1: hue angle of 286.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BFF1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 191 241 -
CMYK 0.05 0.21 0 0.05
HSL 286.8º 0.64% 0.85% -
HSV(B) 286.8º 0.21% 0.95% -
XYZ 67.14 60.44 91.35 -
YUV 208.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 230 191 241 0.05 0.21 0 0.05 286.8 0.64 0.85
Hex E6 BF F1 5 15 0 5 11F 40 55
Octal 346 277 361 5 25 0 5 437 100 125
Binary 11100110 10111111 11110001 101 10101 0 101 100011111 1000000 1010101

Color Harmonies of #E6BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFF1

Black with #E6BFF1

Text Example


Text Example

White with #E6BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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