#EADBF8

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

Shades of Blue Chalk #EADBF8

Tints of Blue Chalk #EADBF8

Color information

#EADBF8 (or 0xEADBF8) is unknown color: approx Blue Chalk. HEX triplet: EA, DB and F8. RGB value is (234,219,248). Sum of RGB (Red+Green+Blue) = 234+219+248=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 248 (97.27% from 255 or 35.38% from 701); Max value from RGB is 248 - color contains mainly: blue. Hex color #EADBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBF8 is #152407. Grayscale: #E2E2E2. Windows color (decimal): -1385480 or 16309226. OLE color: 16309226.

HSL color Cylindrical-coordinate representation of color #EADBF8: hue angle of 271.03º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EADBF8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234219248-
CMYK0.060.1200.03
HSL271.03º67.44%91.57%-
HSV(B)271.03º11.69%97.25%-
XYZ76.2174.9399.25-
YUV226.79139.97133.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 219 (85.94% from 255) = 31.24%
BLUE value IS 248 (97.27% from 255) = 35.38%
R=33.38%
G=31.24%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342192480.060.1200.03271.0367.4491.57
HexEADBF86C0310f435c
Octal35233337061403417103134
Binary111010101101101111111000110110001110000111110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBF8; }

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

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

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

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

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

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

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

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