Shades of Blue Chalk #EADAFC
Tints of Blue Chalk #EADAFC
RGB
CMYK
RGB Variations
Color information
#EADAFC (or 0xEADAFC) is known color: Blue Chalk. HEX triplet: EA, DA and FC. RGB value is (234,218,252). Sum of RGB (Red+Green+Blue) = 234+218+252=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #EADAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAFC is #152503. Grayscale: #E2E2E2. Windows color (decimal): -1385732 or 16571114. OLE color: 16571114.
HSL color Cylindrical-coordinate representation of color #EADAFC: hue angle of 268.24º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADAFC is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 218 | 252 | - |
CMYK | 0.07 | 0.13 | 0 | 0.01 |
HSL | 268.24º | 0.85% | 0.92% | - |
HSV(B) | 268.24º | 0.13% | 0.99% | - |
XYZ | 76.57 | 74.66 | 102.47 | - |
YUV | 226.66 | 142.3 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 218 | 252 | 0.07 | 0.13 | 0 | 0.01 | 268.24 | 0.85 | 0.92 |
Hex | EA | DA | FC | 7 | D | 0 | 1 | 10C | 55 | 5C |
Octal | 352 | 332 | 374 | 7 | 15 | 0 | 1 | 414 | 125 | 134 |
Binary | 11101010 | 11011010 | 11111100 | 111 | 1101 | 0 | 1 | 100001100 | 1010101 | 1011100 |
Color Harmonies of #EADAFC
Complementary color
Monochromatic Colors of #EADAFC
Black with #EADAFC
Text Example
Text Example
White with #EADAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAFC; }
p { color: rgb(234,218,252); }
H1.HeaderClassName
{
color: #EADAFC;
}
.AnyTagClassName
{
color: #EADAFC;
}
</style>
background-color css
<style>
a { background-color: #EADAFC; }
a { background-color: rgb(234,218,252); }
div.DivClassName
{
background-color: #EADAFC;
}
.BgClassName
{
background-color: #EADAFC;
}
</style>
border-color css
<style>
span { border-color: #EADAFC; }
span { border-color: rgb(234,218,252); }
td.TdClassName
{
border-color: #EADAFC;
}
.TagClassName
{
border-color: #EADAFC;
}
</style>