#EAD6FB

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

Shades of Blue Chalk #EAD6FB

Tints of Blue Chalk #EAD6FB

Color information

#EAD6FB (or 0xEAD6FB) is unknown color: approx Blue Chalk. HEX triplet: EA, D6 and FB. RGB value is (234,214,251). Sum of RGB (Red+Green+Blue) = 234+214+251=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 214 (83.98% from 255 or 30.62% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAD6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6FB is #152904. Grayscale: #E0E0E0. Windows color (decimal): -1386757 or 16504554. OLE color: 16504554.

HSL color Cylindrical-coordinate representation of color #EAD6FB: hue angle of 272.43º degrees, saturation: 0.82, 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 #EAD6FB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234214251-
CMYK0.070.1500.02
HSL272.43º82.22%91.18%-
HSV(B)272.43º14.74%98.43%-
XYZ75.3972.55101.3-
YUV224.2143.13134.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.48%
GREEN value IS 214 (83.98% from 255) = 30.62%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=33.48%
G=30.62%
B=35.91%

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
Decimal2342142510.070.1500.02272.4382.2291.18
HexEAD6FB7F02110525b
Octal35232637371702420122133
Binary111010101101011011111011111111101010001000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6FB; }

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

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

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

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

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

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

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

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