#E5CBFA

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

Shades of Blue Chalk #E5CBFA

Tints of Blue Chalk #E5CBFA

Color information

#E5CBFA (or 0xE5CBFA) is unknown color: approx Blue Chalk. HEX triplet: E5, CB and FA. RGB value is (229,203,250). Sum of RGB (Red+Green+Blue) = 229+203+250=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBFA is #1A3405. Grayscale: #D7D7D7. Windows color (decimal): -1717254 or 16436197. OLE color: 16436197.

HSL color Cylindrical-coordinate representation of color #E5CBFA: hue angle of 273.19º 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 #E5CBFA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229203250-
CMYK0.080.1900.02
HSL273.19º82.46%88.82%-
HSV(B)273.19º18.8%98.04%-
XYZ70.9266.2799.5-
YUV216.13147.11137.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.58%
GREEN value IS 203 (79.69% from 255) = 29.77%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=33.58%
G=29.77%
B=36.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292032500.080.1900.02273.1982.4688.82
HexE5CBFA813021115259
Octal345313372102302421122131
Binary11100101110010111111101010001001101010001000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBFA; }

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

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

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

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

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

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

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

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