Shades of Blue Chalk #EAD6F0
Tints of Blue Chalk #EAD6F0
RGB
CMYK
RGB Variations
Color information
#EAD6F0 (or 0xEAD6F0) is known color: Blue Chalk. HEX triplet: EA, D6 and F0. RGB value is (234,214,240). Sum of RGB (Red+Green+Blue) = 234+214+240=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAD6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6F0 is #15290F. Grayscale: #DEDEDE. Windows color (decimal): -1386768 or 15783658. OLE color: 15783658.
HSL color Cylindrical-coordinate representation of color #EAD6F0: hue angle of 286.15º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD6F0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 214 | 240 | - |
CMYK | 0.02 | 0.11 | 0 | 0.06 |
HSL | 286.15º | 0.46% | 0.89% | - |
HSV(B) | 286.15º | 0.11% | 0.94% | - |
XYZ | 73.71 | 71.88 | 92.43 | - |
YUV | 222.94 | 137.63 | 135.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 214 | 240 | 0.02 | 0.11 | 0 | 0.06 | 286.15 | 0.46 | 0.89 |
Hex | EA | D6 | F0 | 2 | B | 0 | 6 | 11E | 2E | 59 |
Octal | 352 | 326 | 360 | 2 | 13 | 0 | 6 | 436 | 56 | 131 |
Binary | 11101010 | 11010110 | 11110000 | 10 | 1011 | 0 | 110 | 100011110 | 101110 | 1011001 |
Color Harmonies of #EAD6F0
Complementary color
Monochromatic Colors of #EAD6F0
Black with #EAD6F0
Text Example
Text Example
White with #EAD6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD6F0; }
p { color: rgb(234,214,240); }
H1.HeaderClassName
{
color: #EAD6F0;
}
.AnyTagClassName
{
color: #EAD6F0;
}
</style>
background-color css
<style>
a { background-color: #EAD6F0; }
a { background-color: rgb(234,214,240); }
div.DivClassName
{
background-color: #EAD6F0;
}
.BgClassName
{
background-color: #EAD6F0;
}
</style>
border-color css
<style>
span { border-color: #EAD6F0; }
span { border-color: rgb(234,214,240); }
td.TdClassName
{
border-color: #EAD6F0;
}
.TagClassName
{
border-color: #EAD6F0;
}
</style>