#EACDFE

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

Shades of Blue Chalk #EACDFE

Tints of Blue Chalk #EACDFE

Color information

#EACDFE (or 0xEACDFE) is unknown color: approx Blue Chalk. HEX triplet: EA, CD and FE. RGB value is (234,205,254). Sum of RGB (Red+Green+Blue) = 234+205+254=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #EACDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDFE is #153201. Grayscale: #DBDBDB. Windows color (decimal): -1389058 or 16698858. OLE color: 16698858.

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

Color convert

RGB234205254-
CMYK0.080.1900.00
HSL275.51º96.08%90%-
HSV(B)275.51º19.29%99.61%-
XYZ73.6568.31103.07-
YUV219.26147.61138.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 205 (80.47% from 255) = 29.58%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=33.77%
G=29.58%
B=36.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342052540.080.1900.00275.5196.0890
HexEACDFE81300114605a
Octal352315376102300424140132
Binary1110101011001101111111101000100110010001010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDFE; }

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

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

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

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

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

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

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

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