#E8CAEF

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

Shades of Blue Chalk #E8CAEF

Tints of Blue Chalk #E8CAEF

Color information

#E8CAEF (or 0xE8CAEF) is unknown color: approx Blue Chalk. HEX triplet: E8, CA and EF. RGB value is (232,202,239). Sum of RGB (Red+Green+Blue) = 232+202+239=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8CAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAEF is #173510. Grayscale: #D7D7D7. Windows color (decimal): -1520913 or 15715048. OLE color: 15715048.

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

Color convert

RGB232202239-
CMYK0.030.1500.06
HSL288.65º53.62%86.47%-
HSV(B)288.65º15.48%93.73%-
XYZ69.9865.6390.64-
YUV215.19141.44139.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.47%
GREEN value IS 202 (79.30% from 255) = 30.01%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=34.47%
G=30.01%
B=35.51%

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
Decimal2322022390.030.1500.06288.6553.6286.47
HexE8CAEF3F061213656
Octal3503123573170644166126
Binary11101000110010101110111111111101101001000011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CAEF; }

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

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

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

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

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

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

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

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