#E1CFE8

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

Shades of Blue Chalk #E1CFE8

Tints of Blue Chalk #E1CFE8

Color information

#E1CFE8 (or 0xE1CFE8) is unknown color: approx Blue Chalk. HEX triplet: E1, CF and E8. RGB value is (225,207,232). Sum of RGB (Red+Green+Blue) = 225+207+232=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1CFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFE8 is #1E3017. Grayscale: #D7D7D7. Windows color (decimal): -1978392 or 15257569. OLE color: 15257569.

HSL color Cylindrical-coordinate representation of color #E1CFE8: hue angle of 283.2º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1CFE8 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225207232-
CMYK0.030.1100.09
HSL283.2º35.21%86.08%-
HSV(B)283.2º10.78%90.98%-
XYZ67.9366.4685.59-
YUV215.23137.46134.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 232 (91.02% from 255) = 34.94%
R=33.89%
G=31.17%
B=34.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252072320.030.1100.09283.235.2186.08
HexE1CFE83B0911b2356
Octal34131735031301143343126
Binary111000011100111111101000111011010011000110111000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFE8; }

 p { color: rgb(225,207,232); }

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

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

 a { background-color: rgb(225,207,232); }

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

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

 span { border-color: rgb(225,207,232); }

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