Shades of Blue Chalk #E9DCF4
Tints of Blue Chalk #E9DCF4
RGB
CMYK
RGB Variations
Color information
#E9DCF4 (or 0xE9DCF4) is known color: Blue Chalk. HEX triplet: E9, DC and F4. RGB value is (233,220,244). Sum of RGB (Red+Green+Blue) = 233+220+244=697 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.43% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 244 - color contains mainly: blue. Hex color #E9DCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCF4 is #16230B. Grayscale: #E2E2E2. Windows color (decimal): -1450764 or 16047337. OLE color: 16047337.
HSL color Cylindrical-coordinate representation of color #E9DCF4: hue angle of 272.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9DCF4 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 220 | 244 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.04 |
| HSL | 272.5º | 0.52% | 0.91% | - |
| HSV(B) | 272.5º | 0.1% | 0.96% | - |
| XYZ | 75.53 | 75.04 | 96.09 | - |
| YUV | 226.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 244 | 0.05 | 0.10 | 0 | 0.04 | 272.5 | 0.52 | 0.91 |
| Hex | E9 | DC | F4 | 5 | A | 0 | 4 | 110 | 34 | 5B |
| Octal | 351 | 334 | 364 | 5 | 12 | 0 | 4 | 420 | 64 | 133 |
| Binary | 11101001 | 11011100 | 11110100 | 101 | 1010 | 0 | 100 | 100010000 | 110100 | 1011011 |
Color Harmonies of #E9DCF4
Complementary color
Monochromatic Colors of #E9DCF4
Black with #E9DCF4
Text Example
Text Example
White with #E9DCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCF4; }
p { color: rgb(233,220,244); }
H1.HeaderClassName
{
color: #E9DCF4;
}
.AnyTagClassName
{
color: #E9DCF4;
}
</style>
background-color css
<style>
a { background-color: #E9DCF4; }
a { background-color: rgb(233,220,244); }
div.DivClassName
{
background-color: #E9DCF4;
}
.BgClassName
{
background-color: #E9DCF4;
}
</style>
border-color css
<style>
span { border-color: #E9DCF4; }
span { border-color: rgb(233,220,244); }
td.TdClassName
{
border-color: #E9DCF4;
}
.TagClassName
{
border-color: #E9DCF4;
}
</style>