#EACCF7

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

Shades of Blue Chalk #EACCF7

Tints of Blue Chalk #EACCF7

Color information

#EACCF7 (or 0xEACCF7) is unknown color: approx Blue Chalk. HEX triplet: EA, CC and F7. RGB value is (234,204,247). Sum of RGB (Red+Green+Blue) = 234+204+247=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #EACCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCF7 is #153308. Grayscale: #D9D9D9. Windows color (decimal): -1389321 or 16239850. OLE color: 16239850.

HSL color Cylindrical-coordinate representation of color #EACCF7: hue angle of 281.86º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EACCF7 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234204247-
CMYK0.050.1700.03
HSL281.86º72.88%88.43%-
HSV(B)281.86º17.41%96.86%-
XYZ72.3167.3997.19-
YUV217.87144.44139.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 204 (80.08% from 255) = 29.78%
BLUE value IS 247 (96.88% from 255) = 36.06%
R=34.16%
G=29.78%
B=36.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342042470.050.1700.03281.8672.8888.43
HexEACCF75110311a4958
Octal35231436752103432111130
Binary1110101011001100111101111011000101110001101010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCF7; }

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

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

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

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

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

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

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

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