Shades of Blue Chalk #E6DBF1
Tints of Blue Chalk #E6DBF1
RGB
CMYK
RGB Variations
Color information
#E6DBF1 (or 0xE6DBF1) is known color: Blue Chalk. HEX triplet: E6, DB and F1. RGB value is (230,219,241). Sum of RGB (Red+Green+Blue) = 230+219+241=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6DBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBF1 is #19240E. Grayscale: #E0E0E0. Windows color (decimal): -1647631 or 15850470. OLE color: 15850470.
HSL color Cylindrical-coordinate representation of color #E6DBF1: hue angle of 270º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6DBF1 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 219 | 241 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.05 |
| HSL | 270º | 0.44% | 0.9% | - |
| HSV(B) | 270º | 0.09% | 0.95% | - |
| XYZ | 73.84 | 73.84 | 93.58 | - |
| YUV | 224.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 241 | 0.05 | 0.09 | 0 | 0.05 | 270 | 0.44 | 0.9 |
| Hex | E6 | DB | F1 | 5 | 9 | 0 | 5 | 10E | 2C | 5A |
| Octal | 346 | 333 | 361 | 5 | 11 | 0 | 5 | 416 | 54 | 132 |
| Binary | 11100110 | 11011011 | 11110001 | 101 | 1001 | 0 | 101 | 100001110 | 101100 | 1011010 |
Color Harmonies of #E6DBF1
Complementary color
Monochromatic Colors of #E6DBF1
Black with #E6DBF1
Text Example
Text Example
White with #E6DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBF1; }
p { color: rgb(230,219,241); }
H1.HeaderClassName
{
color: #E6DBF1;
}
.AnyTagClassName
{
color: #E6DBF1;
}
</style>
background-color css
<style>
a { background-color: #E6DBF1; }
a { background-color: rgb(230,219,241); }
div.DivClassName
{
background-color: #E6DBF1;
}
.BgClassName
{
background-color: #E6DBF1;
}
</style>
border-color css
<style>
span { border-color: #E6DBF1; }
span { border-color: rgb(230,219,241); }
td.TdClassName
{
border-color: #E6DBF1;
}
.TagClassName
{
border-color: #E6DBF1;
}
</style>