Shades of Blue Chalk #E6D7FB
Tints of Blue Chalk #E6D7FB
RGB
CMYK
RGB Variations
Color information
#E6D7FB (or 0xE6D7FB) is known color: Blue Chalk. HEX triplet: E6, D7 and FB. RGB value is (230,215,251). Sum of RGB (Red+Green+Blue) = 230+215+251=696 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.05% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6D7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D7FB is #192804. Grayscale: #DFDFDF. Windows color (decimal): -1648645 or 16504806. OLE color: 16504806.
HSL color Cylindrical-coordinate representation of color #E6D7FB: hue angle of 265º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6D7FB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 215 | 251 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.02 |
| HSL | 265º | 0.82% | 0.91% | - |
| HSV(B) | 265º | 0.14% | 0.98% | - |
| XYZ | 74.35 | 72.39 | 101.32 | - |
| YUV | 223.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 251 | 0.08 | 0.14 | 0 | 0.02 | 265 | 0.82 | 0.91 |
| Hex | E6 | D7 | FB | 8 | E | 0 | 2 | 109 | 52 | 5B |
| Octal | 346 | 327 | 373 | 10 | 16 | 0 | 2 | 411 | 122 | 133 |
| Binary | 11100110 | 11010111 | 11111011 | 1000 | 1110 | 0 | 10 | 100001001 | 1010010 | 1011011 |
Color Harmonies of #E6D7FB
Complementary color
Monochromatic Colors of #E6D7FB
Black with #E6D7FB
Text Example
Text Example
White with #E6D7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D7FB; }
p { color: rgb(230,215,251); }
H1.HeaderClassName
{
color: #E6D7FB;
}
.AnyTagClassName
{
color: #E6D7FB;
}
</style>
background-color css
<style>
a { background-color: #E6D7FB; }
a { background-color: rgb(230,215,251); }
div.DivClassName
{
background-color: #E6D7FB;
}
.BgClassName
{
background-color: #E6D7FB;
}
</style>
border-color css
<style>
span { border-color: #E6D7FB; }
span { border-color: rgb(230,215,251); }
td.TdClassName
{
border-color: #E6D7FB;
}
.TagClassName
{
border-color: #E6D7FB;
}
</style>