Shades of Blue Chalk #EADCF3
Tints of Blue Chalk #EADCF3
RGB
CMYK
RGB Variations
Color information
#EADCF3 (or 0xEADCF3) is known color: Blue Chalk. HEX triplet: EA, DC and F3. RGB value is (234,220,243). Sum of RGB (Red+Green+Blue) = 234+220+243=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #EADCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCF3 is #15230C. Grayscale: #E2E2E2. Windows color (decimal): -1385229 or 15981802. OLE color: 15981802.
HSL color Cylindrical-coordinate representation of color #EADCF3: hue angle of 276.52º degrees, saturation: 0.49, 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 #EADCF3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 220 | 243 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.05 |
| HSL | 276.52º | 0.49% | 0.91% | - |
| HSV(B) | 276.52º | 0.09% | 0.95% | - |
| XYZ | 75.7 | 75.15 | 95.31 | - |
| YUV | 226.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 243 | 0.04 | 0.09 | 0 | 0.05 | 276.52 | 0.49 | 0.91 |
| Hex | EA | DC | F3 | 4 | 9 | 0 | 5 | 115 | 31 | 5B |
| Octal | 352 | 334 | 363 | 4 | 11 | 0 | 5 | 425 | 61 | 133 |
| Binary | 11101010 | 11011100 | 11110011 | 100 | 1001 | 0 | 101 | 100010101 | 110001 | 1011011 |
Color Harmonies of #EADCF3
Complementary color
Monochromatic Colors of #EADCF3
Black with #EADCF3
Text Example
Text Example
White with #EADCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCF3; }
p { color: rgb(234,220,243); }
H1.HeaderClassName
{
color: #EADCF3;
}
.AnyTagClassName
{
color: #EADCF3;
}
</style>
background-color css
<style>
a { background-color: #EADCF3; }
a { background-color: rgb(234,220,243); }
div.DivClassName
{
background-color: #EADCF3;
}
.BgClassName
{
background-color: #EADCF3;
}
</style>
border-color css
<style>
span { border-color: #EADCF3; }
span { border-color: rgb(234,220,243); }
td.TdClassName
{
border-color: #EADCF3;
}
.TagClassName
{
border-color: #EADCF3;
}
</style>