#EAD9EF

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

Shades of Blue Chalk #EAD9EF

Tints of Blue Chalk #EAD9EF

Color information

#EAD9EF (or 0xEAD9EF) is unknown color: approx Blue Chalk. HEX triplet: EA, D9 and EF. RGB value is (234,217,239). Sum of RGB (Red+Green+Blue) = 234+217+239=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAD9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9EF is #152610. Grayscale: #E0E0E0. Windows color (decimal): -1386001 or 15718890. OLE color: 15718890.

HSL color Cylindrical-coordinate representation of color #EAD9EF: hue angle of 286.36º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD9EF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234217239-
CMYK0.020.0900.06
HSL286.36º40.74%89.41%-
HSV(B)286.36º9.21%93.73%-
XYZ74.3273.3591.9-
YUV224.59136.13134.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 217 (85.16% from 255) = 31.45%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=33.91%
G=31.45%
B=34.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342172390.020.0900.06286.3640.7489.41
HexEAD9EF290611e2959
Octal3523313572110643651131
Binary11101010110110011110111110100101101000111101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9EF; }

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

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

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

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

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

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

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

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