#EAD2F2

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

Shades of Blue Chalk #EAD2F2

Tints of Blue Chalk #EAD2F2

Color information

#EAD2F2 (or 0xEAD2F2) is unknown color: approx Blue Chalk. HEX triplet: EA, D2 and F2. RGB value is (234,210,242). Sum of RGB (Red+Green+Blue) = 234+210+242=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAD2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2F2 is #152D0D. Grayscale: #DCDCDC. Windows color (decimal): -1387790 or 15913706. OLE color: 15913706.

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

Color convert

RGB234210242-
CMYK0.030.1300.05
HSL285º55.17%88.63%-
HSV(B)285º13.22%94.9%-
XYZ73.017093.67-
YUV220.82139.95137.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 210 (82.42% from 255) = 30.61%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=34.11%
G=30.61%
B=35.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342102420.030.1300.0528555.1788.63
HexEAD2F23D0511d3759
Octal3523223623150543567131
Binary11101010110100101111001011110101011000111011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2F2; }

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

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

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

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

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

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

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

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