Shades of Blue Chalk #E5CEF9
Tints of Blue Chalk #E5CEF9
RGB
CMYK
RGB Variations
Color information
#E5CEF9 (or 0xE5CEF9) is known color: Blue Chalk. HEX triplet: E5, CE and F9. RGB value is (229,206,249). Sum of RGB (Red+Green+Blue) = 229+206+249=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEF9 is #1A3106. Grayscale: #D9D9D9. Windows color (decimal): -1716487 or 16371429. OLE color: 16371429.
HSL color Cylindrical-coordinate representation of color #E5CEF9: hue angle of 272.09º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CEF9 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 206 | 249 | - |
CMYK | 0.08 | 0.17 | 0 | 0.02 |
HSL | 272.09º | 0.78% | 0.89% | - |
HSV(B) | 272.09º | 0.17% | 0.98% | - |
XYZ | 71.48 | 67.64 | 98.91 | - |
YUV | 217.78 | 145.62 | 136 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 206 | 249 | 0.08 | 0.17 | 0 | 0.02 | 272.09 | 0.78 | 0.89 |
Hex | E5 | CE | F9 | 8 | 11 | 0 | 2 | 110 | 4E | 59 |
Octal | 345 | 316 | 371 | 10 | 21 | 0 | 2 | 420 | 116 | 131 |
Binary | 11100101 | 11001110 | 11111001 | 1000 | 10001 | 0 | 10 | 100010000 | 1001110 | 1011001 |
Color Harmonies of #E5CEF9
Complementary color
Monochromatic Colors of #E5CEF9
Black with #E5CEF9
Text Example
Text Example
White with #E5CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEF9; }
p { color: rgb(229,206,249); }
H1.HeaderClassName
{
color: #E5CEF9;
}
.AnyTagClassName
{
color: #E5CEF9;
}
</style>
background-color css
<style>
a { background-color: #E5CEF9; }
a { background-color: rgb(229,206,249); }
div.DivClassName
{
background-color: #E5CEF9;
}
.BgClassName
{
background-color: #E5CEF9;
}
</style>
border-color css
<style>
span { border-color: #E5CEF9; }
span { border-color: rgb(229,206,249); }
td.TdClassName
{
border-color: #E5CEF9;
}
.TagClassName
{
border-color: #E5CEF9;
}
</style>