#EAD1FB

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

Shades of Blue Chalk #EAD1FB

Tints of Blue Chalk #EAD1FB

Color information

#EAD1FB (or 0xEAD1FB) is unknown color: approx Blue Chalk. HEX triplet: EA, D1 and FB. RGB value is (234,209,251). Sum of RGB (Red+Green+Blue) = 234+209+251=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 209 (82.03% from 255 or 30.12% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAD1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD1FB is #152E04. Grayscale: #DDDDDD. Windows color (decimal): -1388037 or 16503274. OLE color: 16503274.

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

Color convert

RGB234209251-
CMYK0.070.1700.02
HSL275.71º84%90.2%-
HSV(B)275.71º16.73%98.43%-
XYZ74.1470.06100.88-
YUV221.26144.78137.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 209 (82.03% from 255) = 30.12%
BLUE value IS 251 (98.44% from 255) = 36.17%
R=33.72%
G=30.12%
B=36.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342092510.070.1700.02275.718490.2
HexEAD1FB71102114545a
Octal35232137372102424124132
Binary1110101011010001111110111111000101010001010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1FB; }

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

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

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

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

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

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

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

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