Html Css Color HEX #E0BFEC Blue Chalk

📋 copy color: '#E0BFEC'

red 224 ◦ green 191 ◦ blue 236

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

Shades of Blue Chalk #E0BFEC

Tints of Blue Chalk #E0BFEC

RGB

 RED value IS 224 (87.89% from 255) = 34.41%

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

 BLUE value IS 236 (92.58% from 255) = 36.25%

R = 34.41%
G = 29.34%
B = 36.25%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0BFEC (or 0xE0BFEC) is known color: Blue Chalk. HEX triplet: E0, BF and EC. RGB value is (224,191,236). Sum of RGB (Red+Green+Blue) = 224+191+236=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BFEC is #1F4013. Grayscale: #CDCDCD. Windows color (decimal): -2048020 or 15515616. OLE color: 15515616.

HSL color Cylindrical-coordinate representation of color #E0BFEC: hue angle of 284º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0BFEC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 191 236 -
CMYK 0.05 0.19 0 0.07
HSL 284º 0.54% 0.84% -
HSV(B) 284º 0.19% 0.93% -
XYZ 64.51 59.17 87.38 -
YUV 206 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 224 191 236 0.05 0.19 0 0.07 284 0.54 0.84
Hex E0 BF EC 5 13 0 7 11C 36 54
Octal 340 277 354 5 23 0 7 434 66 124
Binary 11100000 10111111 11101100 101 10011 0 111 100011100 110110 1010100

Color Harmonies of #E0BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFEC

Black with #E0BFEC

Text Example


Text Example

White with #E0BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFEC; }

 p { color: rgb(224,191,236); }

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

background-color css

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

 a { background-color: rgb(224,191,236); }

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

border-color css

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

 span { border-color: rgb(224,191,236); }

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