#EAD8FF

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

Shades of Blue Chalk #EAD8FF

Tints of Blue Chalk #EAD8FF

Color information

#EAD8FF (or 0xEAD8FF) is unknown color: approx Blue Chalk. HEX triplet: EA, D8 and FF. RGB value is (234,216,255). Sum of RGB (Red+Green+Blue) = 234+216+255=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 216 (84.77% from 255 or 30.64% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD8FF is #152700. Grayscale: #E1E1E1. Windows color (decimal): -1386241 or 16767210. OLE color: 16767210.

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

Color convert

RGB234216255-
CMYK0.080.1500
HSL267.69º100%92.35%-
HSV(B)267.69º15.29%100%-
XYZ76.5473.82104.82-
YUV225.83144.46133.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.19%
GREEN value IS 216 (84.77% from 255) = 30.64%
BLUE value IS 255 (100% from 255) = 36.17%
R=33.19%
G=30.64%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342162550.080.1500267.6910092.35
HexEAD8FF8F0010c645c
Octal352330377101700414144134
Binary111010101101100011111111100011110010000110011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8FF; }

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

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

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

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

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

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

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

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