Shades of Blue Chalk #E5C8F9
Tints of Blue Chalk #E5C8F9
RGB
CMYK
RGB Variations
Color information
#E5C8F9 (or 0xE5C8F9) is known color: Blue Chalk. HEX triplet: E5, C8 and F9. RGB value is (229,200,249). Sum of RGB (Red+Green+Blue) = 229+200+249=678 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.78% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5C8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C8F9 is #1A3706. Grayscale: #D6D6D6. Windows color (decimal): -1718023 or 16369893. OLE color: 16369893.
HSL color Cylindrical-coordinate representation of color #E5C8F9: hue angle of 275.51º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5C8F9 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 200 | 249 | - |
CMYK | 0.08 | 0.20 | 0 | 0.02 |
HSL | 275.51º | 0.8% | 0.88% | - |
HSV(B) | 275.51º | 0.2% | 0.98% | - |
XYZ | 70.07 | 64.81 | 98.44 | - |
YUV | 214.26 | 147.61 | 138.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 200 | 249 | 0.08 | 0.20 | 0 | 0.02 | 275.51 | 0.8 | 0.88 |
Hex | E5 | C8 | F9 | 8 | 14 | 0 | 2 | 114 | 50 | 58 |
Octal | 345 | 310 | 371 | 10 | 24 | 0 | 2 | 424 | 120 | 130 |
Binary | 11100101 | 11001000 | 11111001 | 1000 | 10100 | 0 | 10 | 100010100 | 1010000 | 1011000 |
Color Harmonies of #E5C8F9
Complementary color
Monochromatic Colors of #E5C8F9
Black with #E5C8F9
Text Example
Text Example
White with #E5C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C8F9; }
p { color: rgb(229,200,249); }
H1.HeaderClassName
{
color: #E5C8F9;
}
.AnyTagClassName
{
color: #E5C8F9;
}
</style>
background-color css
<style>
a { background-color: #E5C8F9; }
a { background-color: rgb(229,200,249); }
div.DivClassName
{
background-color: #E5C8F9;
}
.BgClassName
{
background-color: #E5C8F9;
}
</style>
border-color css
<style>
span { border-color: #E5C8F9; }
span { border-color: rgb(229,200,249); }
td.TdClassName
{
border-color: #E5C8F9;
}
.TagClassName
{
border-color: #E5C8F9;
}
</style>