Shades of Blue Chalk #EADCF5
Tints of Blue Chalk #EADCF5
RGB
CMYK
RGB Variations
Color information
#EADCF5 (or 0xEADCF5) is known color: Blue Chalk. HEX triplet: EA, DC and F5. RGB value is (234,220,245). Sum of RGB (Red+Green+Blue) = 234+220+245=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 245 - color contains mainly: blue. Hex color #EADCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCF5 is #15230A. Grayscale: #E2E2E2. Windows color (decimal): -1385227 or 16112874. OLE color: 16112874.
HSL color Cylindrical-coordinate representation of color #EADCF5: hue angle of 273.6º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADCF5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 220 | 245 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.04 |
| HSL | 273.6º | 0.56% | 0.91% | - |
| HSV(B) | 273.6º | 0.1% | 0.96% | - |
| XYZ | 76.01 | 75.27 | 96.91 | - |
| YUV | 227.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 245 | 0.04 | 0.10 | 0 | 0.04 | 273.6 | 0.56 | 0.91 |
| Hex | EA | DC | F5 | 4 | A | 0 | 4 | 112 | 38 | 5B |
| Octal | 352 | 334 | 365 | 4 | 12 | 0 | 4 | 422 | 70 | 133 |
| Binary | 11101010 | 11011100 | 11110101 | 100 | 1010 | 0 | 100 | 100010010 | 111000 | 1011011 |
Color Harmonies of #EADCF5
Complementary color
Monochromatic Colors of #EADCF5
Black with #EADCF5
Text Example
Text Example
White with #EADCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCF5; }
p { color: rgb(234,220,245); }
H1.HeaderClassName
{
color: #EADCF5;
}
.AnyTagClassName
{
color: #EADCF5;
}
</style>
background-color css
<style>
a { background-color: #EADCF5; }
a { background-color: rgb(234,220,245); }
div.DivClassName
{
background-color: #EADCF5;
}
.BgClassName
{
background-color: #EADCF5;
}
</style>
border-color css
<style>
span { border-color: #EADCF5; }
span { border-color: rgb(234,220,245); }
td.TdClassName
{
border-color: #EADCF5;
}
.TagClassName
{
border-color: #EADCF5;
}
</style>