#EADCF2

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

Shades of Blue Chalk #EADCF2

Tints of Blue Chalk #EADCF2

Color information

#EADCF2 (or 0xEADCF2) is unknown color: approx Blue Chalk. HEX triplet: EA, DC and F2. RGB value is (234,220,242). Sum of RGB (Red+Green+Blue) = 234+220+242=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #EADCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCF2 is #15230D. Grayscale: #E2E2E2. Windows color (decimal): -1385230 or 15916266. OLE color: 15916266.

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

Color convert

RGB234220242-
CMYK0.030.0900.05
HSL278.18º45.83%90.59%-
HSV(B)278.18º9.09%94.9%-
XYZ75.5575.0994.52-
YUV226.69136.64133.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 242 (94.92% from 255) = 34.77%
R=33.62%
G=31.61%
B=34.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342202420.030.0900.05278.1845.8390.59
HexEADCF239051162e5b
Octal3523343623110542656133
Binary11101010110111001111001011100101011000101101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCF2; }

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

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

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

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

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

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

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

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