#E1C7EB

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

Shades of Blue Chalk #E1C7EB

Tints of Blue Chalk #E1C7EB

Color information

#E1C7EB (or 0xE1C7EB) is unknown color: approx Blue Chalk. HEX triplet: E1, C7 and EB. RGB value is (225,199,235). Sum of RGB (Red+Green+Blue) = 225+199+235=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C7EB is #1E3814. Grayscale: #D2D2D2. Windows color (decimal): -1980437 or 15452129. OLE color: 15452129.

HSL color Cylindrical-coordinate representation of color #E1C7EB: hue angle of 283.33º degrees, saturation: 0.47, 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 #E1C7EB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225199235-
CMYK0.040.1500.08
HSL283.33º47.37%85.1%-
HSV(B)283.33º15.32%92.16%-
XYZ66.4762.8587.23-
YUV210.88141.61138.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.14%
GREEN value IS 199 (78.12% from 255) = 30.20%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=34.14%
G=30.20%
B=35.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251992350.040.1500.08283.3347.3785.1
HexE1C7EB4F0811b2f55
Octal34130735341701043357125
Binary1110000111000111111010111001111010001000110111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C7EB; }

 p { color: rgb(225,199,235); }

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

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

 a { background-color: rgb(225,199,235); }

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

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

 span { border-color: rgb(225,199,235); }

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