#EACCFA

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

Shades of Blue Chalk #EACCFA

Tints of Blue Chalk #EACCFA

Color information

#EACCFA (or 0xEACCFA) is unknown color: approx Blue Chalk. HEX triplet: EA, CC and FA. RGB value is (234,204,250). Sum of RGB (Red+Green+Blue) = 234+204+250=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #EACCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCFA is #153305. Grayscale: #DADADA. Windows color (decimal): -1389318 or 16436458. OLE color: 16436458.

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

Color convert

RGB234204250-
CMYK0.060.1800.02
HSL279.13º82.14%89.02%-
HSV(B)279.13º18.4%98.04%-
XYZ72.7867.5899.65-
YUV218.21145.94139.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 204 (80.08% from 255) = 29.65%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=34.01%
G=29.65%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342042500.060.1800.02279.1382.1489.02
HexEACCFA612021175259
Octal35231437262202427122131
Binary1110101011001100111110101101001001010001011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCFA; }

 p { color: rgb(234,204,250); }

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

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

 a { background-color: rgb(234,204,250); }

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

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

 span { border-color: rgb(234,204,250); }

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