#EAD5FF

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

Shades of Blue Chalk #EAD5FF

Tints of Blue Chalk #EAD5FF

Color information

#EAD5FF (or 0xEAD5FF) is unknown color: approx Blue Chalk. HEX triplet: EA, D5 and FF. RGB value is (234,213,255). Sum of RGB (Red+Green+Blue) = 234+213+255=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 213 (83.59% from 255 or 30.34% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAD5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5FF is #152A00. Grayscale: #DFDFDF. Windows color (decimal): -1387009 or 16766442. OLE color: 16766442.

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

Color convert

RGB234213255-
CMYK0.080.1600
HSL270º100%91.76%-
HSV(B)270º16.47%100%-
XYZ75.7872.3104.57-
YUV224.07145.46135.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.33%
GREEN value IS 213 (83.59% from 255) = 30.34%
BLUE value IS 255 (100% from 255) = 36.32%
R=33.33%
G=30.34%
B=36.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342132550.080.160027010091.76
HexEAD5FF8100010e645c
Octal352325377102000416144134
Binary1110101011010101111111111000100000010000111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5FF; }

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

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

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

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

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

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

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

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