#EAD9FF

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

Shades of Blue Chalk #EAD9FF

Tints of Blue Chalk #EAD9FF

Color information

#EAD9FF (or 0xEAD9FF) is unknown color: approx Blue Chalk. HEX triplet: EA, D9 and FF. RGB value is (234,217,255). Sum of RGB (Red+Green+Blue) = 234+217+255=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 217 (85.16% from 255 or 30.74% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAD9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9FF is #152600. Grayscale: #E2E2E2. Windows color (decimal): -1385985 or 16767466. OLE color: 16767466.

HSL color Cylindrical-coordinate representation of color #EAD9FF: hue angle of 266.84º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAD9FF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234217255-
CMYK0.080.1500
HSL266.84º100%92.55%-
HSV(B)266.84º14.9%100%-
XYZ76.7974.34104.91-
YUV226.41144.13133.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.14%
GREEN value IS 217 (85.16% from 255) = 30.74%
BLUE value IS 255 (100% from 255) = 36.12%
R=33.14%
G=30.74%
B=36.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342172550.080.1500266.8410092.55
HexEAD9FF8F0010b645d
Octal352331377101700413144135
Binary111010101101100111111111100011110010000101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9FF; }

 p { color: rgb(234,217,255); }

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

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

 a { background-color: rgb(234,217,255); }

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

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

 span { border-color: rgb(234,217,255); }

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