#EACDFF

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

Shades of Blue Chalk #EACDFF

Tints of Blue Chalk #EACDFF

Color information

#EACDFF (or 0xEACDFF) is unknown color: approx Blue Chalk. HEX triplet: EA, CD and FF. RGB value is (234,205,255). Sum of RGB (Red+Green+Blue) = 234+205+255=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #EACDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDFF is #153200. Grayscale: #DBDBDB. Windows color (decimal): -1389057 or 16764394. OLE color: 16764394.

HSL color Cylindrical-coordinate representation of color #EACDFF: hue angle of 274.8º 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 #EACDFF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234205255-
CMYK0.080.2000
HSL274.8º100%90.2%-
HSV(B)274.8º19.61%100%-
XYZ73.8168.38103.92-
YUV219.37148.11138.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 205 (80.47% from 255) = 29.54%
BLUE value IS 255 (100% from 255) = 36.74%
R=33.72%
G=29.54%
B=36.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342052550.080.2000274.810090.2
HexEACDFF81400113645a
Octal352315377102400423144132
Binary1110101011001101111111111000101000010001001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDFF; }

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

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

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

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

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

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

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

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