#E4CBFA

Color #E4CBFA Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E4CBFA

Tints of Blue Chalk #E4CBFA

Color information

#E4CBFA (or 0xE4CBFA) is unknown color: approx Blue Chalk. HEX triplet: E4, CB and FA. RGB value is (228,203,250). Sum of RGB (Red+Green+Blue) = 228+203+250=681 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.48% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBFA is #1B3405. Grayscale: #D7D7D7. Windows color (decimal): -1782790 or 16436196. OLE color: 16436196.

HSL color Cylindrical-coordinate representation of color #E4CBFA: hue angle of 271.91º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4CBFA is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228203250-
CMYK0.090.1900.02
HSL271.91º82.46%88.82%-
HSV(B)271.91º18.8%98.04%-
XYZ70.6166.1199.48-
YUV215.83147.28136.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.48%
GREEN value IS 203 (79.69% from 255) = 29.81%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=33.48%
G=29.81%
B=36.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282032500.090.1900.02271.9182.4688.82
HexE4CBFA913021105259
Octal344313372112302420122131
Binary11100100110010111111101010011001101010001000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CBFA; }

 p { color: rgb(228,203,250); }

 H1.HeaderClassName
 {
   color: #E4CBFA;
 }
 .AnyTagClassName
 {
   color: #E4CBFA;
 }
</style>
background-color css

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

 a { background-color: rgb(228,203,250); }

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

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

 span { border-color: rgb(228,203,250); }

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