#E8CFEF

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

Shades of Blue Chalk #E8CFEF

Tints of Blue Chalk #E8CFEF

Color information

#E8CFEF (or 0xE8CFEF) is unknown color: approx Blue Chalk. HEX triplet: E8, CF and EF. RGB value is (232,207,239). Sum of RGB (Red+Green+Blue) = 232+207+239=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFEF is #173010. Grayscale: #DADADA. Windows color (decimal): -1519633 or 15716328. OLE color: 15716328.

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

Color convert

RGB232207239-
CMYK0.030.1300.06
HSL286.88º50%87.45%-
HSV(B)286.88º13.39%93.73%-
XYZ71.1768.0191.04-
YUV218.12139.78137.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.22%
GREEN value IS 207 (81.25% from 255) = 30.53%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=34.22%
G=30.53%
B=35.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322072390.030.1300.06286.885087.45
HexE8CFEF3D0611f3257
Octal3503173573150643762127
Binary11101000110011111110111111110101101000111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFEF; }

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

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

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

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

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

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

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

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