#E5CBFC

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

Shades of Blue Chalk #E5CBFC

Tints of Blue Chalk #E5CBFC

Color information

#E5CBFC (or 0xE5CBFC) is unknown color: approx Blue Chalk. HEX triplet: E5, CB and FC. RGB value is (229,203,252). Sum of RGB (Red+Green+Blue) = 229+203+252=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBFC is #1A3403. Grayscale: #D8D8D8. Windows color (decimal): -1717252 or 16567269. OLE color: 16567269.

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

Color convert

RGB229203252-
CMYK0.090.1900.01
HSL271.84º89.09%89.22%-
HSV(B)271.84º19.44%98.82%-
XYZ71.2466.4101.16-
YUV216.36148.11137.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.48%
GREEN value IS 203 (79.69% from 255) = 29.68%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=33.48%
G=29.68%
B=36.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292032520.090.1900.01271.8489.0989.22
HexE5CBFC913011105959
Octal345313374112301420131131
Binary1110010111001011111111001001100110110001000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBFC; }

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

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

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

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

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

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

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

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