Shades of Blue Chalk #E6CBF9
Tints of Blue Chalk #E6CBF9
RGB
CMYK
RGB Variations
Color information
#E6CBF9 (or 0xE6CBF9) is known color: Blue Chalk. HEX triplet: E6, CB and F9. RGB value is (230,203,249). Sum of RGB (Red+Green+Blue) = 230+203+249=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6CBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBF9 is #193406. Grayscale: #D8D8D8. Windows color (decimal): -1651719 or 16370662. OLE color: 16370662.
HSL color Cylindrical-coordinate representation of color #E6CBF9: hue angle of 275.22º degrees, saturation: 0.79, 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 #E6CBF9 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 203 | 249 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.02 |
| HSL | 275.22º | 0.79% | 0.89% | - |
| HSV(B) | 275.22º | 0.18% | 0.98% | - |
| XYZ | 71.09 | 66.37 | 98.69 | - |
| YUV | 216.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 249 | 0.08 | 0.18 | 0 | 0.02 | 275.22 | 0.79 | 0.89 |
| Hex | E6 | CB | F9 | 8 | 12 | 0 | 2 | 113 | 4F | 59 |
| Octal | 346 | 313 | 371 | 10 | 22 | 0 | 2 | 423 | 117 | 131 |
| Binary | 11100110 | 11001011 | 11111001 | 1000 | 10010 | 0 | 10 | 100010011 | 1001111 | 1011001 |
Color Harmonies of #E6CBF9
Complementary color
Monochromatic Colors of #E6CBF9
Black with #E6CBF9
Text Example
Text Example
White with #E6CBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBF9; }
p { color: rgb(230,203,249); }
H1.HeaderClassName
{
color: #E6CBF9;
}
.AnyTagClassName
{
color: #E6CBF9;
}
</style>
background-color css
<style>
a { background-color: #E6CBF9; }
a { background-color: rgb(230,203,249); }
div.DivClassName
{
background-color: #E6CBF9;
}
.BgClassName
{
background-color: #E6CBF9;
}
</style>
border-color css
<style>
span { border-color: #E6CBF9; }
span { border-color: rgb(230,203,249); }
td.TdClassName
{
border-color: #E6CBF9;
}
.TagClassName
{
border-color: #E6CBF9;
}
</style>