Shades of Blue Chalk #E6CBFF
Tints of Blue Chalk #E6CBFF
RGB
CMYK
RGB Variations
Color information
#E6CBFF (or 0xE6CBFF) is known color: Blue Chalk. HEX triplet: E6, CB and FF. RGB value is (230,203,255). Sum of RGB (Red+Green+Blue) = 230+203+255=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFF is #193400. Grayscale: #D8D8D8. Windows color (decimal): -1651713 or 16763878. OLE color: 16763878.
HSL color Cylindrical-coordinate representation of color #E6CBFF: hue angle of 271.15º 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 #E6CBFF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 203 | 255 | - |
| CMYK | 0.10 | 0.20 | 0 | 0 |
| HSL | 271.15º | 1% | 0.9% | - |
| HSV(B) | 271.15º | 0.2% | 1% | - |
| XYZ | 72.04 | 66.75 | 103.7 | - |
| YUV | 217 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 255 | 0.10 | 0.20 | 0 | 0 | 271.15 | 1 | 0.9 |
| Hex | E6 | CB | FF | A | 14 | 0 | 0 | 10F | 64 | 5A |
| Octal | 346 | 313 | 377 | 12 | 24 | 0 | 0 | 417 | 144 | 132 |
| Binary | 11100110 | 11001011 | 11111111 | 1010 | 10100 | 0 | 0 | 100001111 | 1100100 | 1011010 |
Color Harmonies of #E6CBFF
Complementary color
Monochromatic Colors of #E6CBFF
Black with #E6CBFF
Text Example
Text Example
White with #E6CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBFF; }
p { color: rgb(230,203,255); }
H1.HeaderClassName
{
color: #E6CBFF;
}
.AnyTagClassName
{
color: #E6CBFF;
}
</style>
background-color css
<style>
a { background-color: #E6CBFF; }
a { background-color: rgb(230,203,255); }
div.DivClassName
{
background-color: #E6CBFF;
}
.BgClassName
{
background-color: #E6CBFF;
}
</style>
border-color css
<style>
span { border-color: #E6CBFF; }
span { border-color: rgb(230,203,255); }
td.TdClassName
{
border-color: #E6CBFF;
}
.TagClassName
{
border-color: #E6CBFF;
}
</style>