Html Css Color HEX #E6BFEE Blue Chalk

📋 copy color: '#E6BFEE'

red 230 ◦ green 191 ◦ blue 238

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

Shades of Blue Chalk #E6BFEE

Tints of Blue Chalk #E6BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.12%

R = 34.9%
G = 28.98%
B = 36.12%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6BFEE (or 0xE6BFEE) is known color: 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

RGB 230 191 238 -
CMYK 0.03 0.20 0 0.07
HSL 289.79º 0.58% 0.84% -
HSV(B) 289.79º 0.2% 0.93% -
XYZ 66.7 60.26 89 -
YUV 208.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 230 191 238 0.03 0.20 0 0.07 289.79 0.58 0.84
Hex E6 BF EE 3 14 0 7 122 3A 54
Octal 346 277 356 3 24 0 7 442 72 124
Binary 11100110 10111111 11101110 11 10100 0 111 100100010 111010 1010100

Color Harmonies of #E6BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFEE

Black with #E6BFEE

Text Example


Text Example

White with #E6BFEE

Text Example


Text Example

HTML Codes & Css Web 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>