#EAD4F7

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

Shades of Blue Chalk #EAD4F7

Tints of Blue Chalk #EAD4F7

Color information

#EAD4F7 (or 0xEAD4F7) is unknown color: approx Blue Chalk. HEX triplet: EA, D4 and F7. RGB value is (234,212,247). Sum of RGB (Red+Green+Blue) = 234+212+247=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 212 (83.20% from 255 or 30.59% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAD4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4F7 is #152B08. Grayscale: #DEDEDE. Windows color (decimal): -1387273 or 16241898. OLE color: 16241898.

HSL color Cylindrical-coordinate representation of color #EAD4F7: hue angle of 277.71º degrees, saturation: 0.69, 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 #EAD4F7 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234212247-
CMYK0.050.1400.03
HSL277.71º68.63%90%-
HSV(B)277.71º14.17%96.86%-
XYZ74.2671.2997.84-
YUV222.57141.79136.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 212 (83.20% from 255) = 30.59%
BLUE value IS 247 (96.88% from 255) = 35.64%
R=33.77%
G=30.59%
B=35.64%

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
Decimal2342122470.050.1400.03277.7168.6390
HexEAD4F75E03116455a
Octal35232436751603426105132
Binary111010101101010011110111101111001110001011010001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4F7; }

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

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

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

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

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

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

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

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