#E5CFFA

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

Shades of Blue Chalk #E5CFFA

Tints of Blue Chalk #E5CFFA

Color information

#E5CFFA (or 0xE5CFFA) is unknown color: approx Blue Chalk. HEX triplet: E5, CF and FA. RGB value is (229,207,250). Sum of RGB (Red+Green+Blue) = 229+207+250=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFFA is #1A3005. Grayscale: #DADADA. Windows color (decimal): -1716230 or 16437221. OLE color: 16437221.

HSL color Cylindrical-coordinate representation of color #E5CFFA: hue angle of 270.7º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CFFA is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229207250-
CMYK0.080.1700.02
HSL270.7º81.13%89.61%-
HSV(B)270.7º17.2%98.04%-
XYZ71.8868.1999.82-
YUV218.48145.79135.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.38%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=33.38%
G=30.17%
B=36.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292072500.080.1700.02270.781.1389.61
HexE5CFFA8110210f515a
Octal345317372102102417121132
Binary11100101110011111111101010001000101010000111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFFA; }

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

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

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

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

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

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

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

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