Shades of Blue Chalk #E6DBEF
Tints of Blue Chalk #E6DBEF
RGB
CMYK
RGB Variations
Color information
#E6DBEF (or 0xE6DBEF) is known color: Blue Chalk. HEX triplet: E6, DB and EF. RGB value is (230,219,239). Sum of RGB (Red+Green+Blue) = 230+219+239=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBEF is #192410. Grayscale: #E0E0E0. Windows color (decimal): -1647633 or 15719398. OLE color: 15719398.
HSL color Cylindrical-coordinate representation of color #E6DBEF: hue angle of 273º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6DBEF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 219 | 239 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.06 |
| HSL | 273º | 0.38% | 0.9% | - |
| HSV(B) | 273º | 0.08% | 0.94% | - |
| XYZ | 73.54 | 73.72 | 92.01 | - |
| YUV | 224.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 239 | 0.04 | 0.08 | 0 | 0.06 | 273 | 0.38 | 0.9 |
| Hex | E6 | DB | EF | 4 | 8 | 0 | 6 | 111 | 26 | 5A |
| Octal | 346 | 333 | 357 | 4 | 10 | 0 | 6 | 421 | 46 | 132 |
| Binary | 11100110 | 11011011 | 11101111 | 100 | 1000 | 0 | 110 | 100010001 | 100110 | 1011010 |
Color Harmonies of #E6DBEF
Complementary color
Monochromatic Colors of #E6DBEF
Black with #E6DBEF
Text Example
Text Example
White with #E6DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBEF; }
p { color: rgb(230,219,239); }
H1.HeaderClassName
{
color: #E6DBEF;
}
.AnyTagClassName
{
color: #E6DBEF;
}
</style>
background-color css
<style>
a { background-color: #E6DBEF; }
a { background-color: rgb(230,219,239); }
div.DivClassName
{
background-color: #E6DBEF;
}
.BgClassName
{
background-color: #E6DBEF;
}
</style>
border-color css
<style>
span { border-color: #E6DBEF; }
span { border-color: rgb(230,219,239); }
td.TdClassName
{
border-color: #E6DBEF;
}
.TagClassName
{
border-color: #E6DBEF;
}
</style>