#EAD2FC

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

Shades of Blue Chalk #EAD2FC

Tints of Blue Chalk #EAD2FC

Color information

#EAD2FC (or 0xEAD2FC) is unknown color: approx Blue Chalk. HEX triplet: EA, D2 and FC. RGB value is (234,210,252). Sum of RGB (Red+Green+Blue) = 234+210+252=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 210 (82.42% from 255 or 30.17% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAD2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2FC is #152D03. Grayscale: #DDDDDD. Windows color (decimal): -1387780 or 16569066. OLE color: 16569066.

HSL color Cylindrical-coordinate representation of color #EAD2FC: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAD2FC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234210252-
CMYK0.070.1700.01
HSL274.29º87.5%90.59%-
HSV(B)274.29º16.67%98.82%-
XYZ74.5570.61101.8-
YUV221.96144.95136.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 210 (82.42% from 255) = 30.17%
BLUE value IS 252 (98.83% from 255) = 36.21%
R=33.62%
G=30.17%
B=36.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342102520.070.1700.01274.2987.590.59
HexEAD2FC71101112585b
Octal35232237472101422130133
Binary111010101101001011111100111100010110001001010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2FC; }

 p { color: rgb(234,210,252); }

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

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

 a { background-color: rgb(234,210,252); }

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

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

 span { border-color: rgb(234,210,252); }

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