Shades of Blue Chalk #E6D8F4
Tints of Blue Chalk #E6D8F4
RGB
CMYK
RGB Variations
Color information
#E6D8F4 (or 0xE6D8F4) is known color: Blue Chalk. HEX triplet: E6, D8 and F4. RGB value is (230,216,244). Sum of RGB (Red+Green+Blue) = 230+216+244=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 244 - color contains mainly: blue. Hex color #E6D8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D8F4 is #19270B. Grayscale: #DFDFDF. Windows color (decimal): -1648396 or 16046310. OLE color: 16046310.
HSL color Cylindrical-coordinate representation of color #E6D8F4: hue angle of 270º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6D8F4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 216 | 244 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.04 |
| HSL | 270º | 0.56% | 0.9% | - |
| HSV(B) | 270º | 0.11% | 0.96% | - |
| XYZ | 73.52 | 72.47 | 95.7 | - |
| YUV | 223.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 244 | 0.06 | 0.11 | 0 | 0.04 | 270 | 0.56 | 0.9 |
| Hex | E6 | D8 | F4 | 6 | B | 0 | 4 | 10E | 38 | 5A |
| Octal | 346 | 330 | 364 | 6 | 13 | 0 | 4 | 416 | 70 | 132 |
| Binary | 11100110 | 11011000 | 11110100 | 110 | 1011 | 0 | 100 | 100001110 | 111000 | 1011010 |
Color Harmonies of #E6D8F4
Complementary color
Monochromatic Colors of #E6D8F4
Black with #E6D8F4
Text Example
Text Example
White with #E6D8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D8F4; }
p { color: rgb(230,216,244); }
H1.HeaderClassName
{
color: #E6D8F4;
}
.AnyTagClassName
{
color: #E6D8F4;
}
</style>
background-color css
<style>
a { background-color: #E6D8F4; }
a { background-color: rgb(230,216,244); }
div.DivClassName
{
background-color: #E6D8F4;
}
.BgClassName
{
background-color: #E6D8F4;
}
</style>
border-color css
<style>
span { border-color: #E6D8F4; }
span { border-color: rgb(230,216,244); }
td.TdClassName
{
border-color: #E6D8F4;
}
.TagClassName
{
border-color: #E6D8F4;
}
</style>