#E8CCEF

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

Shades of Blue Chalk #E8CCEF

Tints of Blue Chalk #E8CCEF

Color information

#E8CCEF (or 0xE8CCEF) is unknown color: approx Blue Chalk. HEX triplet: E8, CC and EF. RGB value is (232,204,239). Sum of RGB (Red+Green+Blue) = 232+204+239=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8CCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCEF is #173310. Grayscale: #D8D8D8. Windows color (decimal): -1520401 or 15715560. OLE color: 15715560.

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

Color convert

RGB232204239-
CMYK0.030.1500.06
HSL288º52.24%86.86%-
HSV(B)288º14.64%93.73%-
XYZ70.4566.5790.8-
YUV216.36140.78139.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.37%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=34.37%
G=30.22%
B=35.41%

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
Decimal2322042390.030.1500.0628852.2486.86
HexE8CCEF3F061203457
Octal3503143573170644064127
Binary11101000110011001110111111111101101001000001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCEF; }

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

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

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

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

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

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

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

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