#E3C1EB

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

Shades of Blue Chalk #E3C1EB

Tints of Blue Chalk #E3C1EB

Color information

#E3C1EB (or 0xE3C1EB) is unknown color: approx Blue Chalk. HEX triplet: E3, C1 and EB. RGB value is (227,193,235). Sum of RGB (Red+Green+Blue) = 227+193+235=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C1EB is #1C3E14. Grayscale: #CFCFCF. Windows color (decimal): -1850901 or 15450595. OLE color: 15450595.

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

Color convert

RGB227193235-
CMYK0.030.1800.08
HSL288.57º51.22%83.92%-
HSV(B)288.57º17.87%92.16%-
XYZ65.7460.4786.8-
YUV207.95143.26141.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.66%
GREEN value IS 193 (75.78% from 255) = 29.47%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=34.66%
G=29.47%
B=35.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271932350.030.1800.08288.5751.2283.92
HexE3C1EB312081213354
Octal34330135332201044163124
Binary1110001111000001111010111110010010001001000011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C1EB; }

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

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

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

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

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

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

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

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