#EADCF4

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

Shades of Blue Chalk #EADCF4

Tints of Blue Chalk #EADCF4

Color information

#EADCF4 (or 0xEADCF4) is unknown color: approx Blue Chalk. HEX triplet: EA, DC and F4. RGB value is (234,220,244). Sum of RGB (Red+Green+Blue) = 234+220+244=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 244 - color contains mainly: blue. Hex color #EADCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCF4 is #15230B. Grayscale: #E2E2E2. Windows color (decimal): -1385228 or 16047338. OLE color: 16047338.

HSL color Cylindrical-coordinate representation of color #EADCF4: hue angle of 275º degrees, saturation: 0.52, 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 #EADCF4 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234220244-
CMYK0.040.1000.04
HSL275º52.17%90.98%-
HSV(B)275º9.84%95.69%-
XYZ75.8575.2196.11-
YUV226.92137.64133.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 220 (86.33% from 255) = 31.52%
BLUE value IS 244 (95.70% from 255) = 34.96%
R=33.52%
G=31.52%
B=34.96%

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
Decimal2342202440.040.1000.0427552.1790.98
HexEADCF44A04113345b
Octal3523343644120442364133
Binary111010101101110011110100100101001001000100111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCF4; }

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

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

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

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

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

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

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

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