Shades of Blue Chalk #EADCF2
Tints of Blue Chalk #EADCF2
RGB
CMYK
RGB Variations
Color information
#EADCF2 (or 0xEADCF2) is known color: Blue Chalk. HEX triplet: EA, DC and F2. RGB value is (234,220,242). Sum of RGB (Red+Green+Blue) = 234+220+242=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #EADCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCF2 is #15230D. Grayscale: #E2E2E2. Windows color (decimal): -1385230 or 15916266. OLE color: 15916266.
HSL color Cylindrical-coordinate representation of color #EADCF2: hue angle of 278.18º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADCF2 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 220 | 242 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.05 |
| HSL | 278.18º | 0.46% | 0.91% | - |
| HSV(B) | 278.18º | 0.09% | 0.95% | - |
| XYZ | 75.55 | 75.09 | 94.52 | - |
| YUV | 226.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 242 | 0.03 | 0.09 | 0 | 0.05 | 278.18 | 0.46 | 0.91 |
| Hex | EA | DC | F2 | 3 | 9 | 0 | 5 | 116 | 2E | 5B |
| Octal | 352 | 334 | 362 | 3 | 11 | 0 | 5 | 426 | 56 | 133 |
| Binary | 11101010 | 11011100 | 11110010 | 11 | 1001 | 0 | 101 | 100010110 | 101110 | 1011011 |
Color Harmonies of #EADCF2
Complementary color
Monochromatic Colors of #EADCF2
Black with #EADCF2
Text Example
Text Example
White with #EADCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCF2; }
p { color: rgb(234,220,242); }
H1.HeaderClassName
{
color: #EADCF2;
}
.AnyTagClassName
{
color: #EADCF2;
}
</style>
background-color css
<style>
a { background-color: #EADCF2; }
a { background-color: rgb(234,220,242); }
div.DivClassName
{
background-color: #EADCF2;
}
.BgClassName
{
background-color: #EADCF2;
}
</style>
border-color css
<style>
span { border-color: #EADCF2; }
span { border-color: rgb(234,220,242); }
td.TdClassName
{
border-color: #EADCF2;
}
.TagClassName
{
border-color: #EADCF2;
}
</style>