Shades of Blue Chalk #E6CBF8
Tints of Blue Chalk #E6CBF8
RGB
CMYK
RGB Variations
Color information
#E6CBF8 (or 0xE6CBF8) is known color: Blue Chalk. HEX triplet: E6, CB and F8. RGB value is (230,203,248). Sum of RGB (Red+Green+Blue) = 230+203+248=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #E6CBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBF8 is #193407. Grayscale: #D8D8D8. Windows color (decimal): -1651720 or 16305126. OLE color: 16305126.
HSL color Cylindrical-coordinate representation of color #E6CBF8: hue angle of 276º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CBF8 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 203 | 248 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.03 |
| HSL | 276º | 0.76% | 0.88% | - |
| HSV(B) | 276º | 0.18% | 0.97% | - |
| XYZ | 70.93 | 66.31 | 97.87 | - |
| YUV | 216.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 248 | 0.07 | 0.18 | 0 | 0.03 | 276 | 0.76 | 0.88 |
| Hex | E6 | CB | F8 | 7 | 12 | 0 | 3 | 114 | 4C | 58 |
| Octal | 346 | 313 | 370 | 7 | 22 | 0 | 3 | 424 | 114 | 130 |
| Binary | 11100110 | 11001011 | 11111000 | 111 | 10010 | 0 | 11 | 100010100 | 1001100 | 1011000 |
Color Harmonies of #E6CBF8
Complementary color
Monochromatic Colors of #E6CBF8
Black with #E6CBF8
Text Example
Text Example
White with #E6CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBF8; }
p { color: rgb(230,203,248); }
H1.HeaderClassName
{
color: #E6CBF8;
}
.AnyTagClassName
{
color: #E6CBF8;
}
</style>
background-color css
<style>
a { background-color: #E6CBF8; }
a { background-color: rgb(230,203,248); }
div.DivClassName
{
background-color: #E6CBF8;
}
.BgClassName
{
background-color: #E6CBF8;
}
</style>
border-color css
<style>
span { border-color: #E6CBF8; }
span { border-color: rgb(230,203,248); }
td.TdClassName
{
border-color: #E6CBF8;
}
.TagClassName
{
border-color: #E6CBF8;
}
</style>