Shades of Blue Chalk #E6CBF3
Tints of Blue Chalk #E6CBF3
RGB
CMYK
RGB Variations
Color information
#E6CBF3 (or 0xE6CBF3) is known color: Blue Chalk. HEX triplet: E6, CB and F3. RGB value is (230,203,243). Sum of RGB (Red+Green+Blue) = 230+203+243=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6CBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBF3 is #19340C. Grayscale: #D7D7D7. Windows color (decimal): -1651725 or 15977446. OLE color: 15977446.
HSL color Cylindrical-coordinate representation of color #E6CBF3: hue angle of 280.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6CBF3 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 203 | 243 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.05 |
| HSL | 280.5º | 0.63% | 0.87% | - |
| HSV(B) | 280.5º | 0.16% | 0.95% | - |
| XYZ | 70.17 | 66.01 | 93.84 | - |
| YUV | 215.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 243 | 0.05 | 0.16 | 0 | 0.05 | 280.5 | 0.63 | 0.87 |
| Hex | E6 | CB | F3 | 5 | 10 | 0 | 5 | 118 | 3E | 57 |
| Octal | 346 | 313 | 363 | 5 | 20 | 0 | 5 | 430 | 76 | 127 |
| Binary | 11100110 | 11001011 | 11110011 | 101 | 10000 | 0 | 101 | 100011000 | 111110 | 1010111 |
Color Harmonies of #E6CBF3
Complementary color
Monochromatic Colors of #E6CBF3
Black with #E6CBF3
Text Example
Text Example
White with #E6CBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBF3; }
p { color: rgb(230,203,243); }
H1.HeaderClassName
{
color: #E6CBF3;
}
.AnyTagClassName
{
color: #E6CBF3;
}
</style>
background-color css
<style>
a { background-color: #E6CBF3; }
a { background-color: rgb(230,203,243); }
div.DivClassName
{
background-color: #E6CBF3;
}
.BgClassName
{
background-color: #E6CBF3;
}
</style>
border-color css
<style>
span { border-color: #E6CBF3; }
span { border-color: rgb(230,203,243); }
td.TdClassName
{
border-color: #E6CBF3;
}
.TagClassName
{
border-color: #E6CBF3;
}
</style>