#E2CFE9

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

Shades of Blue Chalk #E2CFE9

Tints of Blue Chalk #E2CFE9

Color information

#E2CFE9 (or 0xE2CFE9) is unknown color: approx Blue Chalk. HEX triplet: E2, CF and E9. RGB value is (226,207,233). Sum of RGB (Red+Green+Blue) = 226+207+233=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 233 - color contains mainly: blue. Hex color #E2CFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFE9 is #1D3016. Grayscale: #D7D7D7. Windows color (decimal): -1912855 or 15323106. OLE color: 15323106.

HSL color Cylindrical-coordinate representation of color #E2CFE9: hue angle of 283.85º degrees, saturation: 0.37, 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 #E2CFE9 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226207233-
CMYK0.030.1100.09
HSL283.85º37.14%86.27%-
HSV(B)283.85º11.16%91.37%-
XYZ68.3866.6886.36-
YUV215.64137.79135.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.93%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 233 (91.41% from 255) = 34.98%
R=33.93%
G=31.08%
B=34.98%

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
Decimal2262072330.030.1100.09283.8537.1486.27
HexE2CFE93B0911c2556
Octal34231735131301143445126
Binary111000101100111111101001111011010011000111001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFE9; }

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

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

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

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

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

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

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

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