#EACCF4

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

Shades of Blue Chalk #EACCF4

Tints of Blue Chalk #EACCF4

Color information

#EACCF4 (or 0xEACCF4) is unknown color: approx Blue Chalk. HEX triplet: EA, CC and F4. RGB value is (234,204,244). Sum of RGB (Red+Green+Blue) = 234+204+244=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 244 - color contains mainly: blue. Hex color #EACCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCF4 is #15330B. Grayscale: #D9D9D9. Windows color (decimal): -1389324 or 16043242. OLE color: 16043242.

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

Color convert

RGB234204244-
CMYK0.040.1600.04
HSL285º64.52%87.84%-
HSV(B)285º16.39%95.69%-
XYZ71.8567.2194.77-
YUV217.53142.94139.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 204 (80.08% from 255) = 29.91%
BLUE value IS 244 (95.70% from 255) = 35.78%
R=34.31%
G=29.91%
B=35.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342042440.040.1600.0428564.5287.84
HexEACCF44100411d4158
Octal35231436442004435101130
Binary11101010110011001111010010010000010010001110110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCF4; }

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

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

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

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

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

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

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

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