#E2CFEC

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

Shades of Blue Chalk #E2CFEC

Tints of Blue Chalk #E2CFEC

Color information

#E2CFEC (or 0xE2CFEC) is unknown color: approx Blue Chalk. HEX triplet: E2, CF and EC. RGB value is (226,207,236). Sum of RGB (Red+Green+Blue) = 226+207+236=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFEC is #1D3013. Grayscale: #D7D7D7. Windows color (decimal): -1912852 or 15519714. OLE color: 15519714.

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

Color convert

RGB226207236-
CMYK0.040.1200.07
HSL279.31º43.28%86.86%-
HSV(B)279.31º12.29%92.55%-
XYZ68.8266.8588.63-
YUV215.99139.29135.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.78%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=33.78%
G=30.94%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262072360.040.1200.07279.3143.2886.86
HexE2CFEC4C071172b57
Octal3423173544140742753127
Binary111000101100111111101100100110001111000101111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFEC; }

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

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

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

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

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

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

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

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