#E2CBF3

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

Shades of Blue Chalk #E2CBF3

Tints of Blue Chalk #E2CBF3

Color information

#E2CBF3 (or 0xE2CBF3) is unknown color: approx Blue Chalk. HEX triplet: E2, CB and F3. RGB value is (226,203,243). Sum of RGB (Red+Green+Blue) = 226+203+243=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2CBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBF3 is #1D340C. Grayscale: #D6D6D6. Windows color (decimal): -1913869 or 15977442. OLE color: 15977442.

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

Color convert

RGB226203243-
CMYK0.070.1600.05
HSL274.5º62.5%87.45%-
HSV(B)274.5º16.46%95.29%-
XYZ68.965.3593.78-
YUV214.44144.12136.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.63%
GREEN value IS 203 (79.69% from 255) = 30.21%
BLUE value IS 243 (95.31% from 255) = 36.16%
R=33.63%
G=30.21%
B=36.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262032430.070.1600.05274.562.587.45
HexE2CBF3710051123e57
Octal3423133637200542276127
Binary1110001011001011111100111111000001011000100101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBF3; }

 p { color: rgb(226,203,243); }

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

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

 a { background-color: rgb(226,203,243); }

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

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

 span { border-color: rgb(226,203,243); }

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