#EACDF7

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

Shades of Blue Chalk #EACDF7

Tints of Blue Chalk #EACDF7

Color information

#EACDF7 (or 0xEACDF7) is unknown color: approx Blue Chalk. HEX triplet: EA, CD and F7. RGB value is (234,205,247). Sum of RGB (Red+Green+Blue) = 234+205+247=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #EACDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDF7 is #153208. Grayscale: #DADADA. Windows color (decimal): -1389065 or 16240106. OLE color: 16240106.

HSL color Cylindrical-coordinate representation of color #EACDF7: hue angle of 281.43º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EACDF7 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234205247-
CMYK0.050.1700.03
HSL281.43º72.41%88.63%-
HSV(B)281.43º17%96.86%-
XYZ72.5567.8797.27-
YUV218.46144.11139.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 205 (80.47% from 255) = 29.88%
BLUE value IS 247 (96.88% from 255) = 36.01%
R=34.11%
G=29.88%
B=36.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342052470.050.1700.03281.4372.4188.63
HexEACDF7511031194859
Octal35231536752103431110131
Binary1110101011001101111101111011000101110001100110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDF7; }

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

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

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

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

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

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

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

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