#EAD3F9

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

Shades of Blue Chalk #EAD3F9

Tints of Blue Chalk #EAD3F9

Color information

#EAD3F9 (or 0xEAD3F9) is unknown color: approx Blue Chalk. HEX triplet: EA, D3 and F9. RGB value is (234,211,249). Sum of RGB (Red+Green+Blue) = 234+211+249=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 211 (82.81% from 255 or 30.40% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAD3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD3F9 is #152C06. Grayscale: #DEDEDE. Windows color (decimal): -1387527 or 16372714. OLE color: 16372714.

HSL color Cylindrical-coordinate representation of color #EAD3F9: hue angle of 276.32º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAD3F9 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234211249-
CMYK0.060.1500.02
HSL276.32º76%90.2%-
HSV(B)276.32º15.26%97.65%-
XYZ74.3270.9299.39-
YUV222.21143.12136.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 211 (82.81% from 255) = 30.40%
BLUE value IS 249 (97.66% from 255) = 35.88%
R=33.72%
G=30.40%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342112490.060.1500.02276.327690.2
HexEAD3F96F021144c5a
Octal35232337161702424114132
Binary111010101101001111111001110111101010001010010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3F9; }

 p { color: rgb(234,211,249); }

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

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

 a { background-color: rgb(234,211,249); }

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

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

 span { border-color: rgb(234,211,249); }

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