#EAD5FB

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

Shades of Blue Chalk #EAD5FB

Tints of Blue Chalk #EAD5FB

Color information

#EAD5FB (or 0xEAD5FB) is unknown color: approx Blue Chalk. HEX triplet: EA, D5 and FB. RGB value is (234,213,251). Sum of RGB (Red+Green+Blue) = 234+213+251=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 213 (83.59% from 255 or 30.52% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAD5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5FB is #152A04. Grayscale: #DFDFDF. Windows color (decimal): -1387013 or 16504298. OLE color: 16504298.

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

Color convert

RGB234213251-
CMYK0.070.1500.02
HSL273.16º82.61%90.98%-
HSV(B)273.16º15.14%98.43%-
XYZ75.1472.05101.21-
YUV223.61143.46135.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 213 (83.59% from 255) = 30.52%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=33.52%
G=30.52%
B=35.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342132510.070.1500.02273.1682.6190.98
HexEAD5FB7F02111535b
Octal35232537371702421123133
Binary111010101101010111111011111111101010001000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5FB; }

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

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

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

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

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

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

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

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