#EAC8FC

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

Shades of Blue Chalk #EAC8FC

Tints of Blue Chalk #EAC8FC

Color information

#EAC8FC (or 0xEAC8FC) is unknown color: approx Blue Chalk. HEX triplet: EA, C8 and FC. RGB value is (234,200,252). Sum of RGB (Red+Green+Blue) = 234+200+252=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 200 (78.52% from 255 or 29.15% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC8FC is #153703. Grayscale: #D7D7D7. Windows color (decimal): -1390340 or 16566506. OLE color: 16566506.

HSL color Cylindrical-coordinate representation of color #EAC8FC: hue angle of 279.23º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAC8FC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234200252-
CMYK0.070.2100.01
HSL279.23º89.66%88.63%-
HSV(B)279.23º20.63%98.82%-
XYZ72.1665.83101-
YUV216.09148.26140.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 200 (78.52% from 255) = 29.15%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=34.11%
G=29.15%
B=36.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342002520.070.2100.01279.2389.6688.63
HexEAC8FC715011175a59
Octal35231037472501427132131
Binary111010101100100011111100111101010110001011110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8FC; }

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

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

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

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

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

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

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

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