#E2CFED

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

Shades of Blue Chalk #E2CFED

Tints of Blue Chalk #E2CFED

Color information

#E2CFED (or 0xE2CFED) is unknown color: approx Blue Chalk. HEX triplet: E2, CF and ED. RGB value is (226,207,237). Sum of RGB (Red+Green+Blue) = 226+207+237=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFED is #1D3012. Grayscale: #D8D8D8. Windows color (decimal): -1912851 or 15585250. OLE color: 15585250.

HSL color Cylindrical-coordinate representation of color #E2CFED: hue angle of 278º degrees, saturation: 0.45, 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 #E2CFED is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226207237-
CMYK0.050.1300.07
HSL278º45.45%87.06%-
HSV(B)278º12.66%92.94%-
XYZ68.9666.9189.4-
YUV216.1139.79135.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=33.73%
G=30.90%
B=35.37%

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
Decimal2262072370.050.1300.0727845.4587.06
HexE2CFED5D071162d57
Octal3423173555150742655127
Binary111000101100111111101101101110101111000101101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFED; }

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

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

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

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

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

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

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

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