#E3CBF0

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

Shades of Blue Chalk #E3CBF0

Tints of Blue Chalk #E3CBF0

Color information

#E3CBF0 (or 0xE3CBF0) is unknown color: approx Blue Chalk. HEX triplet: E3, CB and F0. RGB value is (227,203,240). Sum of RGB (Red+Green+Blue) = 227+203+240=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3CBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBF0 is #1C340F. Grayscale: #D6D6D6. Windows color (decimal): -1848336 or 15780835. OLE color: 15780835.

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

Color convert

RGB227203240-
CMYK0.050.1500.06
HSL278.92º55.22%86.86%-
HSV(B)278.92º15.42%94.12%-
XYZ68.7665.3391.42-
YUV214.39142.45136.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.88%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 240 (94.14% from 255) = 35.82%
R=33.88%
G=30.30%
B=35.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2272032400.050.1500.06278.9255.2286.86
HexE3CBF05F061173757
Octal3433133605170642767127
Binary111000111100101111110000101111101101000101111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CBF0; }

 p { color: rgb(227,203,240); }

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

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

 a { background-color: rgb(227,203,240); }

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

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

 span { border-color: rgb(227,203,240); }

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