#E2CFEE

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

Shades of Blue Chalk #E2CFEE

Tints of Blue Chalk #E2CFEE

Color information

#E2CFEE (or 0xE2CFEE) is unknown color: approx Blue Chalk. HEX triplet: E2, CF and EE. RGB value is (226,207,238). Sum of RGB (Red+Green+Blue) = 226+207+238=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFEE is #1D3011. Grayscale: #D8D8D8. Windows color (decimal): -1912850 or 15650786. OLE color: 15650786.

HSL color Cylindrical-coordinate representation of color #E2CFEE: hue angle of 276.77º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2CFEE is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226207238-
CMYK0.050.1300.07
HSL276.77º47.69%87.25%-
HSV(B)276.77º13.03%93.33%-
XYZ69.1166.9790.17-
YUV216.21140.29134.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.68%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=33.68%
G=30.85%
B=35.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262072380.050.1300.07276.7747.6987.25
HexE2CFEE5D071153057
Octal3423173565150742560127
Binary111000101100111111101110101110101111000101011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFEE; }

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

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

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

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

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

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

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

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