Shades of Blue Chalk #E9DBF2
Tints of Blue Chalk #E9DBF2
RGB
CMYK
RGB Variations
Color information
#E9DBF2 (or 0xE9DBF2) is known color: Blue Chalk. HEX triplet: E9, DB and F2. RGB value is (233,219,242). Sum of RGB (Red+Green+Blue) = 233+219+242=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9DBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBF2 is #16240D. Grayscale: #E1E1E1. Windows color (decimal): -1451022 or 15916009. OLE color: 15916009.
HSL color Cylindrical-coordinate representation of color #E9DBF2: hue angle of 276.52º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9DBF2 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 219 | 242 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.05 |
| HSL | 276.52º | 0.47% | 0.9% | - |
| HSV(B) | 276.52º | 0.1% | 0.95% | - |
| XYZ | 74.96 | 74.4 | 94.41 | - |
| YUV | 225.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 242 | 0.04 | 0.10 | 0 | 0.05 | 276.52 | 0.47 | 0.9 |
| Hex | E9 | DB | F2 | 4 | A | 0 | 5 | 115 | 2F | 5A |
| Octal | 351 | 333 | 362 | 4 | 12 | 0 | 5 | 425 | 57 | 132 |
| Binary | 11101001 | 11011011 | 11110010 | 100 | 1010 | 0 | 101 | 100010101 | 101111 | 1011010 |
Color Harmonies of #E9DBF2
Complementary color
Monochromatic Colors of #E9DBF2
Black with #E9DBF2
Text Example
Text Example
White with #E9DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBF2; }
p { color: rgb(233,219,242); }
H1.HeaderClassName
{
color: #E9DBF2;
}
.AnyTagClassName
{
color: #E9DBF2;
}
</style>
background-color css
<style>
a { background-color: #E9DBF2; }
a { background-color: rgb(233,219,242); }
div.DivClassName
{
background-color: #E9DBF2;
}
.BgClassName
{
background-color: #E9DBF2;
}
</style>
border-color css
<style>
span { border-color: #E9DBF2; }
span { border-color: rgb(233,219,242); }
td.TdClassName
{
border-color: #E9DBF2;
}
.TagClassName
{
border-color: #E9DBF2;
}
</style>