#E2CFF1

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

Shades of Blue Chalk #E2CFF1

Tints of Blue Chalk #E2CFF1

Color information

#E2CFF1 (or 0xE2CFF1) is unknown color: approx Blue Chalk. HEX triplet: E2, CF and F1. RGB value is (226,207,241). Sum of RGB (Red+Green+Blue) = 226+207+241=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFF1 is #1D300E. Grayscale: #D8D8D8. Windows color (decimal): -1912847 or 15847394. OLE color: 15847394.

HSL color Cylindrical-coordinate representation of color #E2CFF1: hue angle of 273.53º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2CFF1 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226207241-
CMYK0.060.1400.05
HSL273.53º54.84%87.84%-
HSV(B)273.53º14.11%94.51%-
XYZ69.5567.1592.51-
YUV216.56141.79134.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.53%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=33.53%
G=30.71%
B=35.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262072410.060.1400.05273.5354.8487.84
HexE2CFF16E051123758
Octal3423173616160542267130
Binary111000101100111111110001110111001011000100101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFF1; }

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

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

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

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

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

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

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

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