#EACCF6

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

Shades of Blue Chalk #EACCF6

Tints of Blue Chalk #EACCF6

Color information

#EACCF6 (or 0xEACCF6) is unknown color: approx Blue Chalk. HEX triplet: EA, CC and F6. RGB value is (234,204,246). Sum of RGB (Red+Green+Blue) = 234+204+246=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #EACCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCF6 is #153309. Grayscale: #D9D9D9. Windows color (decimal): -1389322 or 16174314. OLE color: 16174314.

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

Color convert

RGB234204246-
CMYK0.050.1700.04
HSL282.86º70%88.24%-
HSV(B)282.86º17.07%96.47%-
XYZ72.1667.3396.38-
YUV217.76143.94139.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 204 (80.08% from 255) = 29.82%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=34.21%
G=29.82%
B=35.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342042460.050.1700.04282.867088.24
HexEACCF65110411b4658
Octal35231436652104433106130
Binary11101010110011001111011010110001010010001101110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCF6; }

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

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

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

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

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

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

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

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