#EACCFC

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

Shades of Blue Chalk #EACCFC

Tints of Blue Chalk #EACCFC

Color information

#EACCFC (or 0xEACCFC) is unknown color: approx Blue Chalk. HEX triplet: EA, CC and FC. RGB value is (234,204,252). Sum of RGB (Red+Green+Blue) = 234+204+252=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #EACCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCFC is #153303. Grayscale: #DADADA. Windows color (decimal): -1389316 or 16567530. OLE color: 16567530.

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

Color convert

RGB234204252-
CMYK0.070.1900.01
HSL277.5º88.89%89.41%-
HSV(B)277.5º19.05%98.82%-
XYZ73.167.71101.31-
YUV218.44146.94139.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 204 (80.08% from 255) = 29.57%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=33.91%
G=29.57%
B=36.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342042520.070.1900.01277.588.8989.41
HexEACCFC713011165959
Octal35231437472301426131131
Binary111010101100110011111100111100110110001011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCFC; }

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

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

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

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

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

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

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

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