#EACCF2

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

Shades of Blue Chalk #EACCF2

Tints of Blue Chalk #EACCF2

Color information

#EACCF2 (or 0xEACCF2) is unknown color: approx Blue Chalk. HEX triplet: EA, CC and F2. RGB value is (234,204,242). Sum of RGB (Red+Green+Blue) = 234+204+242=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #EACCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCF2 is #15330D. Grayscale: #D9D9D9. Windows color (decimal): -1389326 or 15912170. OLE color: 15912170.

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

Color convert

RGB234204242-
CMYK0.030.1600.05
HSL287.37º59.38%87.45%-
HSV(B)287.37º15.7%94.9%-
XYZ71.5567.0993.18-
YUV217.3141.94139.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=34.41%
G=30%
B=35.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342042420.030.1600.05287.3759.3887.45
HexEACCF23100511f3b57
Octal3523143623200543773127
Binary111010101100110011110010111000001011000111111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCF2; }

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

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

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

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

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

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

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

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