#EADBFB

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

Shades of Blue Chalk #EADBFB

Tints of Blue Chalk #EADBFB

Color information

#EADBFB (or 0xEADBFB) is unknown color: approx Blue Chalk. HEX triplet: EA, DB and FB. RGB value is (234,219,251). Sum of RGB (Red+Green+Blue) = 234+219+251=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #EADBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBFB is #152404. Grayscale: #E3E3E3. Windows color (decimal): -1385477 or 16505834. OLE color: 16505834.

HSL color Cylindrical-coordinate representation of color #EADBFB: hue angle of 268.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADBFB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234219251-
CMYK0.070.1300.02
HSL268.12º80%92.16%-
HSV(B)268.12º12.75%98.43%-
XYZ76.6875.12101.73-
YUV227.13141.47132.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.24%
GREEN value IS 219 (85.94% from 255) = 31.11%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=33.24%
G=31.11%
B=35.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342192510.070.1300.02268.128092.16
HexEADBFB7D0210c505c
Octal35233337371502414120134
Binary111010101101101111111011111110101010000110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBFB; }

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

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

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

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

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

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

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

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