#EADCF5

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

Shades of Blue Chalk #EADCF5

Tints of Blue Chalk #EADCF5

Color information

#EADCF5 (or 0xEADCF5) is unknown color: approx Blue Chalk. HEX triplet: EA, DC and F5. RGB value is (234,220,245). Sum of RGB (Red+Green+Blue) = 234+220+245=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 245 - color contains mainly: blue. Hex color #EADCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCF5 is #15230A. Grayscale: #E2E2E2. Windows color (decimal): -1385227 or 16112874. OLE color: 16112874.

HSL color Cylindrical-coordinate representation of color #EADCF5: hue angle of 273.6º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADCF5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234220245-
CMYK0.040.1000.04
HSL273.6º55.56%91.18%-
HSV(B)273.6º10.2%96.08%-
XYZ76.0175.2796.91-
YUV227.04138.14132.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.48%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 245 (96.09% from 255) = 35.05%
R=33.48%
G=31.47%
B=35.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342202450.040.1000.04273.655.5691.18
HexEADCF54A04112385b
Octal3523343654120442270133
Binary111010101101110011110101100101001001000100101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCF5; }

 p { color: rgb(234,220,245); }

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

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

 a { background-color: rgb(234,220,245); }

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

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

 span { border-color: rgb(234,220,245); }

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