#EAC9FD

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

Shades of Blue Chalk #EAC9FD

Tints of Blue Chalk #EAC9FD

Color information

#EAC9FD (or 0xEAC9FD) is unknown color: approx Blue Chalk. HEX triplet: EA, C9 and FD. RGB value is (234,201,253). Sum of RGB (Red+Green+Blue) = 234+201+253=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAC9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9FD is #153602. Grayscale: #D8D8D8. Windows color (decimal): -1390083 or 16632298. OLE color: 16632298.

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

Color convert

RGB234201253-
CMYK0.080.2100.01
HSL278.08º92.86%89.02%-
HSV(B)278.08º20.55%99.22%-
XYZ72.5566.36101.91-
YUV216.8148.43140.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 201 (78.91% from 255) = 29.22%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=34.01%
G=29.22%
B=36.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342012530.080.2100.01278.0892.8689.02
HexEAC9FD815011165d59
Octal352311375102501426135131
Binary1110101011001001111111011000101010110001011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9FD; }

 p { color: rgb(234,201,253); }

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

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

 a { background-color: rgb(234,201,253); }

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

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

 span { border-color: rgb(234,201,253); }

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