Shades of Blue Chalk #EAD3F2
Tints of Blue Chalk #EAD3F2
RGB
CMYK
RGB Variations
Color information
#EAD3F2 (or 0xEAD3F2) is known color: Blue Chalk. HEX triplet: EA, D3 and F2. RGB value is (234,211,242). Sum of RGB (Red+Green+Blue) = 234+211+242=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 211 (82.81% from 255 or 30.71% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAD3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD3F2 is #152C0D. Grayscale: #DDDDDD. Windows color (decimal): -1387534 or 15913962. OLE color: 15913962.
HSL color Cylindrical-coordinate representation of color #EAD3F2: hue angle of 284.52º degrees, saturation: 0.54, 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 #EAD3F2 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 211 | 242 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.05 |
| HSL | 284.52º | 0.54% | 0.89% | - |
| HSV(B) | 284.52º | 0.13% | 0.95% | - |
| XYZ | 73.25 | 70.49 | 93.75 | - |
| YUV | 221.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 242 | 0.03 | 0.13 | 0 | 0.05 | 284.52 | 0.54 | 0.89 |
| Hex | EA | D3 | F2 | 3 | D | 0 | 5 | 11D | 36 | 59 |
| Octal | 352 | 323 | 362 | 3 | 15 | 0 | 5 | 435 | 66 | 131 |
| Binary | 11101010 | 11010011 | 11110010 | 11 | 1101 | 0 | 101 | 100011101 | 110110 | 1011001 |
Color Harmonies of #EAD3F2
Complementary color
Monochromatic Colors of #EAD3F2
Black with #EAD3F2
Text Example
Text Example
White with #EAD3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3F2; }
p { color: rgb(234,211,242); }
H1.HeaderClassName
{
color: #EAD3F2;
}
.AnyTagClassName
{
color: #EAD3F2;
}
</style>
background-color css
<style>
a { background-color: #EAD3F2; }
a { background-color: rgb(234,211,242); }
div.DivClassName
{
background-color: #EAD3F2;
}
.BgClassName
{
background-color: #EAD3F2;
}
</style>
border-color css
<style>
span { border-color: #EAD3F2; }
span { border-color: rgb(234,211,242); }
td.TdClassName
{
border-color: #EAD3F2;
}
.TagClassName
{
border-color: #EAD3F2;
}
</style>