#EACAFE

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

Shades of Blue Chalk #EACAFE

Tints of Blue Chalk #EACAFE

Color information

#EACAFE (or 0xEACAFE) is unknown color: approx Blue Chalk. HEX triplet: EA, CA and FE. RGB value is (234,202,254). Sum of RGB (Red+Green+Blue) = 234+202+254=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #EACAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAFE is #153501. Grayscale: #D9D9D9. Windows color (decimal): -1389826 or 16698090. OLE color: 16698090.

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

Color convert

RGB234202254-
CMYK0.080.2000.00
HSL276.92º96.3%89.41%-
HSV(B)276.92º20.47%99.61%-
XYZ72.9466.89102.83-
YUV217.5148.6139.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 202 (79.30% from 255) = 29.28%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=33.91%
G=29.28%
B=36.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342022540.080.2000.00276.9296.389.41
HexEACAFE814001156059
Octal352312376102400425140131
Binary1110101011001010111111101000101000010001010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAFE; }

 p { color: rgb(234,202,254); }

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

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

 a { background-color: rgb(234,202,254); }

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

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

 span { border-color: rgb(234,202,254); }

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