#EAC8F9

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

Shades of Blue Chalk #EAC8F9

Tints of Blue Chalk #EAC8F9

Color information

#EAC8F9 (or 0xEAC8F9) is unknown color: approx Blue Chalk. HEX triplet: EA, C8 and F9. RGB value is (234,200,249). Sum of RGB (Red+Green+Blue) = 234+200+249=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 200 (78.52% from 255 or 29.28% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAC8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC8F9 is #153706. Grayscale: #D7D7D7. Windows color (decimal): -1390343 or 16369898. OLE color: 16369898.

HSL color Cylindrical-coordinate representation of color #EAC8F9: hue angle of 281.63º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAC8F9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234200249-
CMYK0.060.2000.02
HSL281.63º80.33%88.04%-
HSV(B)281.63º19.68%97.65%-
XYZ71.6865.6498.51-
YUV215.75146.76141.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 200 (78.52% from 255) = 29.28%
BLUE value IS 249 (97.66% from 255) = 36.46%
R=34.26%
G=29.28%
B=36.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342002490.060.2000.02281.6380.3388.04
HexEAC8F96140211a5058
Octal35231037162402432120130
Binary1110101011001000111110011101010001010001101010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8F9; }

 p { color: rgb(234,200,249); }

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

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

 a { background-color: rgb(234,200,249); }

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

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

 span { border-color: rgb(234,200,249); }

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