Shades of Blue Chalk #E7CBFB
Tints of Blue Chalk #E7CBFB
RGB
CMYK
RGB Variations
Color information
#E7CBFB (or 0xE7CBFB) is known color: Blue Chalk. HEX triplet: E7, CB and FB. RGB value is (231,203,251). Sum of RGB (Red+Green+Blue) = 231+203+251=685 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.72% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7CBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBFB is #183404. Grayscale: #D8D8D8. Windows color (decimal): -1586181 or 16501735. OLE color: 16501735.
HSL color Cylindrical-coordinate representation of color #E7CBFB: hue angle of 275º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CBFB is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 203 | 251 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.02 |
| HSL | 275º | 0.86% | 0.89% | - |
| HSV(B) | 275º | 0.19% | 0.98% | - |
| XYZ | 71.72 | 66.67 | 100.35 | - |
| YUV | 216.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 251 | 0.08 | 0.19 | 0 | 0.02 | 275 | 0.86 | 0.89 |
| Hex | E7 | CB | FB | 8 | 13 | 0 | 2 | 113 | 56 | 59 |
| Octal | 347 | 313 | 373 | 10 | 23 | 0 | 2 | 423 | 126 | 131 |
| Binary | 11100111 | 11001011 | 11111011 | 1000 | 10011 | 0 | 10 | 100010011 | 1010110 | 1011001 |
Color Harmonies of #E7CBFB
Complementary color
Monochromatic Colors of #E7CBFB
Black with #E7CBFB
Text Example
Text Example
White with #E7CBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBFB; }
p { color: rgb(231,203,251); }
H1.HeaderClassName
{
color: #E7CBFB;
}
.AnyTagClassName
{
color: #E7CBFB;
}
</style>
background-color css
<style>
a { background-color: #E7CBFB; }
a { background-color: rgb(231,203,251); }
div.DivClassName
{
background-color: #E7CBFB;
}
.BgClassName
{
background-color: #E7CBFB;
}
</style>
border-color css
<style>
span { border-color: #E7CBFB; }
span { border-color: rgb(231,203,251); }
td.TdClassName
{
border-color: #E7CBFB;
}
.TagClassName
{
border-color: #E7CBFB;
}
</style>