#EAD5F4

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

Shades of Blue Chalk #EAD5F4

Tints of Blue Chalk #EAD5F4

Color information

#EAD5F4 (or 0xEAD5F4) is unknown color: approx Blue Chalk. HEX triplet: EA, D5 and F4. RGB value is (234,213,244). Sum of RGB (Red+Green+Blue) = 234+213+244=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 213 (83.59% from 255 or 30.82% from 691); Blue value is 244 (95.70% from 255 or 35.31% from 691); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAD5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5F4 is #152A0B. Grayscale: #DEDEDE. Windows color (decimal): -1387020 or 16045546. OLE color: 16045546.

HSL color Cylindrical-coordinate representation of color #EAD5F4: hue angle of 280.65º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAD5F4 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234213244-
CMYK0.040.1300.04
HSL280.65º58.49%89.61%-
HSV(B)280.65º12.7%95.69%-
XYZ74.0671.6195.51-
YUV222.81139.96135.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 213 (83.59% from 255) = 30.82%
BLUE value IS 244 (95.70% from 255) = 35.31%
R=33.86%
G=30.82%
B=35.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342132440.040.1300.04280.6558.4989.61
HexEAD5F44D041193a5a
Octal3523253644150443172132
Binary111010101101010111110100100110101001000110011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5F4; }

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

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

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

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

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

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

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

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