#E3C3EA

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

Shades of Blue Chalk #E3C3EA

Tints of Blue Chalk #E3C3EA

Color information

#E3C3EA (or 0xE3C3EA) is unknown color: approx Blue Chalk. HEX triplet: E3, C3 and EA. RGB value is (227,195,234). Sum of RGB (Red+Green+Blue) = 227+195+234=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3C3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C3EA is #1C3C15. Grayscale: #D0D0D0. Windows color (decimal): -1850390 or 15385571. OLE color: 15385571.

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

Color convert

RGB227195234-
CMYK0.030.1700.08
HSL289.23º48.15%84.12%-
HSV(B)289.23º16.67%91.76%-
XYZ66.0461.386.19-
YUV209.01142.1140.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.60%
GREEN value IS 195 (76.56% from 255) = 29.73%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=34.60%
G=29.73%
B=35.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271952340.030.1700.08289.2348.1584.12
HexE3C3EA311081213054
Octal34330335232101044160124
Binary1110001111000011111010101110001010001001000011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C3EA; }

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

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

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

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

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

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

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

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