#EAC9F9

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

Shades of Blue Chalk #EAC9F9

Tints of Blue Chalk #EAC9F9

Color information

#EAC9F9 (or 0xEAC9F9) is unknown color: approx Blue Chalk. HEX triplet: EA, C9 and F9. RGB value is (234,201,249). Sum of RGB (Red+Green+Blue) = 234+201+249=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 201 (78.91% from 255 or 29.39% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAC9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9F9 is #153606. Grayscale: #D8D8D8. Windows color (decimal): -1390087 or 16370154. OLE color: 16370154.

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

Color convert

RGB234201249-
CMYK0.060.1900.02
HSL281.25º80%88.24%-
HSV(B)281.25º19.28%97.65%-
XYZ71.9266.1198.59-
YUV216.34146.43140.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 201 (78.91% from 255) = 29.39%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=34.21%
G=29.39%
B=36.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342012490.060.1900.02281.258088.24
HexEAC9F9613021195058
Octal35231137162302431120130
Binary1110101011001001111110011101001101010001100110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9F9; }

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

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

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

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

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

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

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

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