#EACCFF

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

Shades of Blue Chalk #EACCFF

Tints of Blue Chalk #EACCFF

Color information

#EACCFF (or 0xEACCFF) is unknown color: approx Blue Chalk. HEX triplet: EA, CC and FF. RGB value is (234,204,255). Sum of RGB (Red+Green+Blue) = 234+204+255=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 204 (80.08% from 255 or 29.44% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #EACCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCFF is #153300. Grayscale: #DADADA. Windows color (decimal): -1389313 or 16764138. OLE color: 16764138.

HSL color Cylindrical-coordinate representation of color #EACCFF: hue angle of 275.29º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EACCFF is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234204255-
CMYK0.080.200
HSL275.29º100%90%-
HSV(B)275.29º20%100%-
XYZ73.5767.9103.84-
YUV218.78148.44138.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 204 (80.08% from 255) = 29.44%
BLUE value IS 255 (100% from 255) = 36.80%
R=33.77%
G=29.44%
B=36.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342042550.080.200275.2910090
HexEACCFF81400113645a
Octal352314377102400423144132
Binary1110101011001100111111111000101000010001001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCFF; }

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

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

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

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

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

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

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

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