#E3C6EA

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

Shades of Blue Chalk #E3C6EA

Tints of Blue Chalk #E3C6EA

Color information

#E3C6EA (or 0xE3C6EA) is unknown color: approx Blue Chalk. HEX triplet: E3, C6 and EA. RGB value is (227,198,234). Sum of RGB (Red+Green+Blue) = 227+198+234=659 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.45% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3C6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C6EA is #1C3915. Grayscale: #D2D2D2. Windows color (decimal): -1849622 or 15386339. OLE color: 15386339.

HSL color Cylindrical-coordinate representation of color #E3C6EA: hue angle of 288.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3C6EA is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227198234-
CMYK0.030.1500.08
HSL288.33º46.15%84.71%-
HSV(B)288.33º15.38%91.76%-
XYZ66.7262.6686.42-
YUV210.77141.11139.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.45%
GREEN value IS 198 (77.73% from 255) = 30.05%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=34.45%
G=30.05%
B=35.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271982340.030.1500.08288.3346.1584.71
HexE3C6EA3F081202e55
Octal34330635231701044056125
Binary111000111100011011101010111111010001001000001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C6EA; }

 p { color: rgb(227,198,234); }

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

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

 a { background-color: rgb(227,198,234); }

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

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

 span { border-color: rgb(227,198,234); }

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