Shades of Blue Chalk #E8CDFB
Tints of Blue Chalk #E8CDFB
RGB
CMYK
RGB Variations
Color information
#E8CDFB (or 0xE8CDFB) is known color: Blue Chalk. HEX triplet: E8, CD and FB. RGB value is (232,205,251). Sum of RGB (Red+Green+Blue) = 232+205+251=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDFB is #173204. Grayscale: #DADADA. Windows color (decimal): -1520133 or 16502248. OLE color: 16502248.
HSL color Cylindrical-coordinate representation of color #E8CDFB: hue angle of 275.22º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8CDFB is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 205 | 251 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.02 |
| HSL | 275.22º | 0.85% | 0.89% | - |
| HSV(B) | 275.22º | 0.18% | 0.98% | - |
| XYZ | 72.52 | 67.78 | 100.53 | - |
| YUV | 218.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 251 | 0.08 | 0.18 | 0 | 0.02 | 275.22 | 0.85 | 0.89 |
| Hex | E8 | CD | FB | 8 | 12 | 0 | 2 | 113 | 55 | 59 |
| Octal | 350 | 315 | 373 | 10 | 22 | 0 | 2 | 423 | 125 | 131 |
| Binary | 11101000 | 11001101 | 11111011 | 1000 | 10010 | 0 | 10 | 100010011 | 1010101 | 1011001 |
Color Harmonies of #E8CDFB
Complementary color
Monochromatic Colors of #E8CDFB
Black with #E8CDFB
Text Example
Text Example
White with #E8CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDFB; }
p { color: rgb(232,205,251); }
H1.HeaderClassName
{
color: #E8CDFB;
}
.AnyTagClassName
{
color: #E8CDFB;
}
</style>
background-color css
<style>
a { background-color: #E8CDFB; }
a { background-color: rgb(232,205,251); }
div.DivClassName
{
background-color: #E8CDFB;
}
.BgClassName
{
background-color: #E8CDFB;
}
</style>
border-color css
<style>
span { border-color: #E8CDFB; }
span { border-color: rgb(232,205,251); }
td.TdClassName
{
border-color: #E8CDFB;
}
.TagClassName
{
border-color: #E8CDFB;
}
</style>