#E3C2EB

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

Shades of Blue Chalk #E3C2EB

Tints of Blue Chalk #E3C2EB

Color information

#E3C2EB (or 0xE3C2EB) is unknown color: approx Blue Chalk. HEX triplet: E3, C2 and EB. RGB value is (227,194,235). Sum of RGB (Red+Green+Blue) = 227+194+235=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 194 (76.17% from 255 or 29.57% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2EB is #1C3D14. Grayscale: #D0D0D0. Windows color (decimal): -1850645 or 15450851. OLE color: 15450851.

HSL color Cylindrical-coordinate representation of color #E3C2EB: hue angle of 288.29º degrees, saturation: 0.51, 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 #E3C2EB is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227194235-
CMYK0.030.1700.08
HSL288.29º50.62%84.12%-
HSV(B)288.29º17.45%92.16%-
XYZ65.9760.9186.88-
YUV208.54142.93141.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.60%
GREEN value IS 194 (76.17% from 255) = 29.57%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=34.60%
G=29.57%
B=35.82%

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
Decimal2271942350.030.1700.08288.2950.6284.12
HexE3C2EB311081203354
Octal34330235332101044063124
Binary1110001111000010111010111110001010001001000001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C2EB; }

 p { color: rgb(227,194,235); }

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

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

 a { background-color: rgb(227,194,235); }

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

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

 span { border-color: rgb(227,194,235); }

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