#E5CBFE

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

Shades of Blue Chalk #E5CBFE

Tints of Blue Chalk #E5CBFE

Color information

#E5CBFE (or 0xE5CBFE) is unknown color: approx Blue Chalk. HEX triplet: E5, CB and FE. RGB value is (229,203,254). Sum of RGB (Red+Green+Blue) = 229+203+254=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBFE is #1A3401. Grayscale: #D8D8D8. Windows color (decimal): -1717250 or 16698341. OLE color: 16698341.

HSL color Cylindrical-coordinate representation of color #E5CBFE: hue angle of 270.59º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5CBFE is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229203254-
CMYK0.100.2000.00
HSL270.59º96.23%89.61%-
HSV(B)270.59º20.08%99.61%-
XYZ71.5666.53102.84-
YUV216.59149.11136.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.38%
GREEN value IS 203 (79.69% from 255) = 29.59%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=33.38%
G=29.59%
B=37.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292032540.100.2000.00270.5996.2389.61
HexE5CBFEA140010f605a
Octal345313376122400417140132
Binary1110010111001011111111101010101000010000111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBFE; }

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

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

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

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

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

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

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

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