#E3CAF7

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

Shades of Blue Chalk #E3CAF7

Tints of Blue Chalk #E3CAF7

Color information

#E3CAF7 (or 0xE3CAF7) is unknown color: approx Blue Chalk. HEX triplet: E3, CA and F7. RGB value is (227,202,247). Sum of RGB (Red+Green+Blue) = 227+202+247=676 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.58% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #E3CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAF7 is #1C3508. Grayscale: #D6D6D6. Windows color (decimal): -1848585 or 16239331. OLE color: 16239331.

HSL color Cylindrical-coordinate representation of color #E3CAF7: hue angle of 273.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3CAF7 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB227202247-
CMYK0.080.1800.03
HSL273.33º73.77%88.04%-
HSV(B)273.33º18.22%96.86%-
XYZ69.5965.2996.93-
YUV214.6146.28136.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.58%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 247 (96.88% from 255) = 36.54%
R=33.58%
G=29.88%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2272022470.080.1800.03273.3373.7788.04
HexE3CAF7812031114a58
Octal343312367102203421112130
Binary11100011110010101111011110001001001110001000110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CAF7; }

 p { color: rgb(227,202,247); }

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

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

 a { background-color: rgb(227,202,247); }

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

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

 span { border-color: rgb(227,202,247); }

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