#EAD5F7

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

Shades of Blue Chalk #EAD5F7

Tints of Blue Chalk #EAD5F7

Color information

#EAD5F7 (or 0xEAD5F7) is unknown color: approx Blue Chalk. HEX triplet: EA, D5 and F7. RGB value is (234,213,247). Sum of RGB (Red+Green+Blue) = 234+213+247=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 213 (83.59% from 255 or 30.69% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAD5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5F7 is #152A08. Grayscale: #DFDFDF. Windows color (decimal): -1387017 or 16242154. OLE color: 16242154.

HSL color Cylindrical-coordinate representation of color #EAD5F7: hue angle of 277.06º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAD5F7 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234213247-
CMYK0.050.1400.03
HSL277.06º68%90.2%-
HSV(B)277.06º13.77%96.86%-
XYZ74.5171.897.93-
YUV223.15141.46135.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 213 (83.59% from 255) = 30.69%
BLUE value IS 247 (96.88% from 255) = 35.59%
R=33.72%
G=30.69%
B=35.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342132470.050.1400.03277.066890.2
HexEAD5F75E03115445a
Octal35232536751603425104132
Binary111010101101010111110111101111001110001010110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5F7; }

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

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

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

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

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

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

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

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