#E4CBEF

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

Shades of Blue Chalk #E4CBEF

Tints of Blue Chalk #E4CBEF

Color information

#E4CBEF (or 0xE4CBEF) is unknown color: approx Blue Chalk. HEX triplet: E4, CB and EF. RGB value is (228,203,239). Sum of RGB (Red+Green+Blue) = 228+203+239=670 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.03% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CBEF is #1B3410. Grayscale: #D6D6D6. Windows color (decimal): -1782801 or 15715300. OLE color: 15715300.

HSL color Cylindrical-coordinate representation of color #E4CBEF: hue angle of 281.67º degrees, saturation: 0.53, 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 #E4CBEF is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228203239-
CMYK0.050.1500.06
HSL281.67º52.94%86.67%-
HSV(B)281.67º15.06%93.73%-
XYZ68.9365.4490.66-
YUV214.58141.78137.57-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.03%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=34.03%
G=30.30%
B=35.67%

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
Decimal2282032390.050.1500.06281.6752.9486.67
HexE4CBEF5F0611a3557
Octal3443133575170643265127
Binary111001001100101111101111101111101101000110101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CBEF; }

 p { color: rgb(228,203,239); }

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

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

 a { background-color: rgb(228,203,239); }

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

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

 span { border-color: rgb(228,203,239); }

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