#EAD0F1

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

Shades of Blue Chalk #EAD0F1

Tints of Blue Chalk #EAD0F1

Color information

#EAD0F1 (or 0xEAD0F1) is unknown color: approx Blue Chalk. HEX triplet: EA, D0 and F1. RGB value is (234,208,241). Sum of RGB (Red+Green+Blue) = 234+208+241=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAD0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0F1 is #152F0E. Grayscale: #DBDBDB. Windows color (decimal): -1388303 or 15847658. OLE color: 15847658.

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

Color convert

RGB234208241-
CMYK0.030.1400.05
HSL287.27º54.1%88.04%-
HSV(B)287.27º13.69%94.51%-
XYZ72.3668.9692.71-
YUV219.54140.11138.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 208 (81.64% from 255) = 30.45%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=34.26%
G=30.45%
B=35.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342082410.030.1400.05287.2754.188.04
HexEAD0F13E0511f3658
Octal3523203613160543766130
Binary11101010110100001111000111111001011000111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0F1; }

 p { color: rgb(234,208,241); }

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

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

 a { background-color: rgb(234,208,241); }

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

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

 span { border-color: rgb(234,208,241); }

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