#EAD7FB

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

Shades of Blue Chalk #EAD7FB

Tints of Blue Chalk #EAD7FB

Color information

#EAD7FB (or 0xEAD7FB) is unknown color: approx Blue Chalk. HEX triplet: EA, D7 and FB. RGB value is (234,215,251). Sum of RGB (Red+Green+Blue) = 234+215+251=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 215 (84.38% from 255 or 30.71% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAD7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD7FB is #152804. Grayscale: #E0E0E0. Windows color (decimal): -1386501 or 16504810. OLE color: 16504810.

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

Color convert

RGB234215251-
CMYK0.070.1400.02
HSL271.67º81.82%91.37%-
HSV(B)271.67º14.34%98.43%-
XYZ75.6473.06101.38-
YUV224.78142.79134.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.43%
GREEN value IS 215 (84.38% from 255) = 30.71%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=33.43%
G=30.71%
B=35.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342152510.070.1400.02271.6781.8291.37
HexEAD7FB7E02110525b
Octal35232737371602420122133
Binary111010101101011111111011111111001010001000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7FB; }

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

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

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

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

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

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

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

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