#EACCF3

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

Shades of Blue Chalk #EACCF3

Tints of Blue Chalk #EACCF3

Color information

#EACCF3 (or 0xEACCF3) is unknown color: approx Blue Chalk. HEX triplet: EA, CC and F3. RGB value is (234,204,243). Sum of RGB (Red+Green+Blue) = 234+204+243=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #EACCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCF3 is #15330C. Grayscale: #D9D9D9. Windows color (decimal): -1389325 or 15977706. OLE color: 15977706.

HSL color Cylindrical-coordinate representation of color #EACCF3: hue angle of 286.15º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EACCF3 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234204243-
CMYK0.040.1600.05
HSL286.15º61.9%87.65%-
HSV(B)286.15º16.05%95.29%-
XYZ71.767.1593.98-
YUV217.42142.44139.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=34.36%
G=29.96%
B=35.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342042430.040.1600.05286.1561.987.65
HexEACCF34100511e3e58
Octal3523143634200543676130
Binary1110101011001100111100111001000001011000111101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCF3; }

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

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

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

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

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

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

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

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