#E4C5EB

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

Shades of Blue Chalk #E4C5EB

Tints of Blue Chalk #E4C5EB

Color information

#E4C5EB (or 0xE4C5EB) is unknown color: approx Blue Chalk. HEX triplet: E4, C5 and EB. RGB value is (228,197,235). Sum of RGB (Red+Green+Blue) = 228+197+235=660 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.55% from 660); Green value is 197 (77.34% from 255 or 29.85% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C5EB is #1B3A14. Grayscale: #D2D2D2. Windows color (decimal): -1784341 or 15451620. OLE color: 15451620.

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

Color convert

RGB228197235-
CMYK0.030.1600.08
HSL288.95º48.72%84.71%-
HSV(B)288.95º16.17%92.16%-
XYZ66.9662.4287.12-
YUV210.6141.77140.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.55%
GREEN value IS 197 (77.34% from 255) = 29.85%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=34.55%
G=29.85%
B=35.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281972350.030.1600.08288.9548.7284.71
HexE4C5EB310081213155
Octal34430535332001044161125
Binary1110010011000101111010111110000010001001000011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C5EB; }

 p { color: rgb(228,197,235); }

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

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

 a { background-color: rgb(228,197,235); }

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

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

 span { border-color: rgb(228,197,235); }

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