#EACDF2

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

Shades of Blue Chalk #EACDF2

Tints of Blue Chalk #EACDF2

Color information

#EACDF2 (or 0xEACDF2) is unknown color: approx Blue Chalk. HEX triplet: EA, CD and F2. RGB value is (234,205,242). Sum of RGB (Red+Green+Blue) = 234+205+242=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #EACDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDF2 is #15320D. Grayscale: #D9D9D9. Windows color (decimal): -1389070 or 15912426. OLE color: 15912426.

HSL color Cylindrical-coordinate representation of color #EACDF2: hue angle of 287.03º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EACDF2 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234205242-
CMYK0.030.1500.05
HSL287.03º58.73%87.65%-
HSV(B)287.03º15.29%94.9%-
XYZ71.7967.5793.26-
YUV217.89141.61139.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 205 (80.47% from 255) = 30.10%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=34.36%
G=30.10%
B=35.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342052420.030.1500.05287.0358.7387.65
HexEACDF23F0511f3b58
Octal3523153623170543773130
Binary11101010110011011111001011111101011000111111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDF2; }

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

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

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

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

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

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

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

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