Html Css Color HEX #E6BFF0 Blue Chalk

📋 copy color: '#E6BFF0'

red 230 ◦ green 191 ◦ blue 240

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

Shades of Blue Chalk #E6BFF0

Tints of Blue Chalk #E6BFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.31%

R = 34.8%
G = 28.9%
B = 36.31%

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

#E6BFF0 (or 0xE6BFF0) is known color: Blue Chalk. HEX triplet: E6, BF and F0. RGB value is (230,191,240). Sum of RGB (Red+Green+Blue) = 230+191+240=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6BFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFF0 is #19400F. Grayscale: #D0D0D0. Windows color (decimal): -1654800 or 15777766. OLE color: 15777766.

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

Color convert

RGB 230 191 240 -
CMYK 0.04 0.20 0 0.06
HSL 287.76º 0.62% 0.85% -
HSV(B) 287.76º 0.2% 0.94% -
XYZ 66.99 60.38 90.56 -
YUV 208.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 230 191 240 0.04 0.20 0 0.06 287.76 0.62 0.85
Hex E6 BF F0 4 14 0 6 120 3E 55
Octal 346 277 360 4 24 0 6 440 76 125
Binary 11100110 10111111 11110000 100 10100 0 110 100100000 111110 1010101

Color Harmonies of #E6BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFF0

Black with #E6BFF0

Text Example


Text Example

White with #E6BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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