Shades of Blue Chalk #E7CBFF
Tints of Blue Chalk #E7CBFF
RGB
CMYK
RGB Variations
Color information
#E7CBFF (or 0xE7CBFF) is known color: Blue Chalk. HEX triplet: E7, CB and FF. RGB value is (231,203,255). Sum of RGB (Red+Green+Blue) = 231+203+255=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBFF is #183400. Grayscale: #D9D9D9. Windows color (decimal): -1586177 or 16763879. OLE color: 16763879.
HSL color Cylindrical-coordinate representation of color #E7CBFF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7CBFF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 203 | 255 | - |
| CMYK | 0.09 | 0.20 | 0 | 0 |
| HSL | 272.31º | 1% | 0.9% | - |
| HSV(B) | 272.31º | 0.2% | 1% | - |
| XYZ | 72.36 | 66.92 | 103.71 | - |
| YUV | 217.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 255 | 0.09 | 0.20 | 0 | 0 | 272.31 | 1 | 0.9 |
| Hex | E7 | CB | FF | 9 | 14 | 0 | 0 | 110 | 64 | 5A |
| Octal | 347 | 313 | 377 | 11 | 24 | 0 | 0 | 420 | 144 | 132 |
| Binary | 11100111 | 11001011 | 11111111 | 1001 | 10100 | 0 | 0 | 100010000 | 1100100 | 1011010 |
Color Harmonies of #E7CBFF
Complementary color
Monochromatic Colors of #E7CBFF
Black with #E7CBFF
Text Example
Text Example
White with #E7CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBFF; }
p { color: rgb(231,203,255); }
H1.HeaderClassName
{
color: #E7CBFF;
}
.AnyTagClassName
{
color: #E7CBFF;
}
</style>
background-color css
<style>
a { background-color: #E7CBFF; }
a { background-color: rgb(231,203,255); }
div.DivClassName
{
background-color: #E7CBFF;
}
.BgClassName
{
background-color: #E7CBFF;
}
</style>
border-color css
<style>
span { border-color: #E7CBFF; }
span { border-color: rgb(231,203,255); }
td.TdClassName
{
border-color: #E7CBFF;
}
.TagClassName
{
border-color: #E7CBFF;
}
</style>