#E2CFEA

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

Shades of Blue Chalk #E2CFEA

Tints of Blue Chalk #E2CFEA

Color information

#E2CFEA (or 0xE2CFEA) is unknown color: approx Blue Chalk. HEX triplet: E2, CF and EA. RGB value is (226,207,234). Sum of RGB (Red+Green+Blue) = 226+207+234=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFEA is #1D3015. Grayscale: #D7D7D7. Windows color (decimal): -1912854 or 15388642. OLE color: 15388642.

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

Color convert

RGB226207234-
CMYK0.030.1200.08
HSL282.22º39.13%86.47%-
HSV(B)282.22º11.54%91.76%-
XYZ68.5366.7387.11-
YUV215.76138.29135.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 207 (81.25% from 255) = 31.03%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=33.88%
G=31.03%
B=35.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262072340.030.1200.08282.2239.1386.47
HexE2CFEA3C0811a2756
Octal34231735231401043247126
Binary111000101100111111101010111100010001000110101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFEA; }

 p { color: rgb(226,207,234); }

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

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

 a { background-color: rgb(226,207,234); }

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

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

 span { border-color: rgb(226,207,234); }

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