#EAD9FD

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

Shades of Blue Chalk #EAD9FD

Tints of Blue Chalk #EAD9FD

Color information

#EAD9FD (or 0xEAD9FD) is unknown color: approx Blue Chalk. HEX triplet: EA, D9 and FD. RGB value is (234,217,253). Sum of RGB (Red+Green+Blue) = 234+217+253=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 217 (85.16% from 255 or 30.82% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9FD is #152602. Grayscale: #E2E2E2. Windows color (decimal): -1385987 or 16636394. OLE color: 16636394.

HSL color Cylindrical-coordinate representation of color #EAD9FD: hue angle of 268.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAD9FD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234217253-
CMYK0.080.1400.01
HSL268.33º90%92.16%-
HSV(B)268.33º14.23%99.22%-
XYZ76.4774.21103.22-
YUV226.19143.13133.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.24%
GREEN value IS 217 (85.16% from 255) = 30.82%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=33.24%
G=30.82%
B=35.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342172530.080.1400.01268.339092.16
HexEAD9FD8E0110c5a5c
Octal352331375101601414132134
Binary111010101101100111111101100011100110000110010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9FD; }

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

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

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

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

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

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

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

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