#EAC9FE

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

Shades of Blue Chalk #EAC9FE

Tints of Blue Chalk #EAC9FE

Color information

#EAC9FE (or 0xEAC9FE) is unknown color: approx Blue Chalk. HEX triplet: EA, C9 and FE. RGB value is (234,201,254). Sum of RGB (Red+Green+Blue) = 234+201+254=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 201 (78.91% from 255 or 29.17% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9FE is #153601. Grayscale: #D8D8D8. Windows color (decimal): -1390082 or 16697834. OLE color: 16697834.

HSL color Cylindrical-coordinate representation of color #EAC9FE: hue angle of 277.36º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAC9FE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234201254-
CMYK0.080.2100.00
HSL277.36º96.36%89.22%-
HSV(B)277.36º20.87%99.61%-
XYZ72.7166.42102.75-
YUV216.91148.93140.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 201 (78.91% from 255) = 29.17%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=33.96%
G=29.17%
B=36.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342012540.080.2100.00277.3696.3689.22
HexEAC9FE815001156059
Octal352311376102500425140131
Binary1110101011001001111111101000101010010001010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9FE; }

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

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

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

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

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

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

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

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