#E8CBEF

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

Shades of Blue Chalk #E8CBEF

Tints of Blue Chalk #E8CBEF

Color information

#E8CBEF (or 0xE8CBEF) is unknown color: approx Blue Chalk. HEX triplet: E8, CB and EF. RGB value is (232,203,239). Sum of RGB (Red+Green+Blue) = 232+203+239=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8CBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBEF is #173410. Grayscale: #D7D7D7. Windows color (decimal): -1520657 or 15715304. OLE color: 15715304.

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

Color convert

RGB232203239-
CMYK0.030.1500.06
HSL288.33º52.94%86.67%-
HSV(B)288.33º15.06%93.73%-
XYZ70.2166.190.72-
YUV215.78141.11139.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.42%
GREEN value IS 203 (79.69% from 255) = 30.12%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=34.42%
G=30.12%
B=35.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322032390.030.1500.06288.3352.9486.67
HexE8CBEF3F061203557
Octal3503133573170644065127
Binary11101000110010111110111111111101101001000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBEF; }

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

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

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

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

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

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

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

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