Shades of Blue Chalk #E8CDF3
Tints of Blue Chalk #E8CDF3
RGB
CMYK
RGB Variations
Color information
#E8CDF3 (or 0xE8CDF3) is known color: Blue Chalk. HEX triplet: E8, CD and F3. RGB value is (232,205,243). Sum of RGB (Red+Green+Blue) = 232+205+243=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8CDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDF3 is #17320C. Grayscale: #D9D9D9. Windows color (decimal): -1520141 or 15977960. OLE color: 15977960.
HSL color Cylindrical-coordinate representation of color #E8CDF3: hue angle of 282.63º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8CDF3 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 232 | 205 | 243 | - |
CMYK | 0.05 | 0.16 | 0 | 0.05 |
HSL | 282.63º | 0.61% | 0.88% | - |
HSV(B) | 282.63º | 0.16% | 0.95% | - |
XYZ | 71.29 | 67.29 | 94.02 | - |
YUV | 217.41 | 142.45 | 138.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 205 | 243 | 0.05 | 0.16 | 0 | 0.05 | 282.63 | 0.61 | 0.88 |
Hex | E8 | CD | F3 | 5 | 10 | 0 | 5 | 11B | 3D | 58 |
Octal | 350 | 315 | 363 | 5 | 20 | 0 | 5 | 433 | 75 | 130 |
Binary | 11101000 | 11001101 | 11110011 | 101 | 10000 | 0 | 101 | 100011011 | 111101 | 1011000 |
Color Harmonies of #E8CDF3
Complementary color
Monochromatic Colors of #E8CDF3
Black with #E8CDF3
Text Example
Text Example
White with #E8CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDF3; }
p { color: rgb(232,205,243); }
H1.HeaderClassName
{
color: #E8CDF3;
}
.AnyTagClassName
{
color: #E8CDF3;
}
</style>
background-color css
<style>
a { background-color: #E8CDF3; }
a { background-color: rgb(232,205,243); }
div.DivClassName
{
background-color: #E8CDF3;
}
.BgClassName
{
background-color: #E8CDF3;
}
</style>
border-color css
<style>
span { border-color: #E8CDF3; }
span { border-color: rgb(232,205,243); }
td.TdClassName
{
border-color: #E8CDF3;
}
.TagClassName
{
border-color: #E8CDF3;
}
</style>