#EADBF7

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

Shades of Blue Chalk #EADBF7

Tints of Blue Chalk #EADBF7

Color information

#EADBF7 (or 0xEADBF7) is unknown color: approx Blue Chalk. HEX triplet: EA, DB and F7. RGB value is (234,219,247). Sum of RGB (Red+Green+Blue) = 234+219+247=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 247 (96.88% from 255 or 35.29% from 700); Max value from RGB is 247 - color contains mainly: blue. Hex color #EADBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBF7 is #152408. Grayscale: #E2E2E2. Windows color (decimal): -1385481 or 16243690. OLE color: 16243690.

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

Color convert

RGB234219247-
CMYK0.050.1100.03
HSL272.14º63.64%91.37%-
HSV(B)272.14º11.34%96.86%-
XYZ76.0574.8798.44-
YUV226.68139.47133.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.43%
GREEN value IS 219 (85.94% from 255) = 31.29%
BLUE value IS 247 (96.88% from 255) = 35.29%
R=33.43%
G=31.29%
B=35.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342192470.050.1100.03272.1463.6491.37
HexEADBF75B03110405b
Octal35233336751303420100133
Binary111010101101101111110111101101101110001000010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBF7; }

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

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

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

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

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

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

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

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