Shades of Blue Chalk #E9DCF2
Tints of Blue Chalk #E9DCF2
RGB
CMYK
RGB Variations
Color information
#E9DCF2 (or 0xE9DCF2) is known color: Blue Chalk. HEX triplet: E9, DC and F2. RGB value is (233,220,242). Sum of RGB (Red+Green+Blue) = 233+220+242=695 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.53% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9DCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCF2 is #16230D. Grayscale: #E2E2E2. Windows color (decimal): -1450766 or 15916265. OLE color: 15916265.
HSL color Cylindrical-coordinate representation of color #E9DCF2: hue angle of 275.45º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9DCF2 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 220 | 242 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.05 |
| HSL | 275.45º | 0.46% | 0.91% | - |
| HSV(B) | 275.45º | 0.09% | 0.95% | - |
| XYZ | 75.22 | 74.92 | 94.5 | - |
| YUV | 226.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 242 | 0.04 | 0.09 | 0 | 0.05 | 275.45 | 0.46 | 0.91 |
| Hex | E9 | DC | F2 | 4 | 9 | 0 | 5 | 113 | 2E | 5B |
| Octal | 351 | 334 | 362 | 4 | 11 | 0 | 5 | 423 | 56 | 133 |
| Binary | 11101001 | 11011100 | 11110010 | 100 | 1001 | 0 | 101 | 100010011 | 101110 | 1011011 |
Color Harmonies of #E9DCF2
Complementary color
Monochromatic Colors of #E9DCF2
Black with #E9DCF2
Text Example
Text Example
White with #E9DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCF2; }
p { color: rgb(233,220,242); }
H1.HeaderClassName
{
color: #E9DCF2;
}
.AnyTagClassName
{
color: #E9DCF2;
}
</style>
background-color css
<style>
a { background-color: #E9DCF2; }
a { background-color: rgb(233,220,242); }
div.DivClassName
{
background-color: #E9DCF2;
}
.BgClassName
{
background-color: #E9DCF2;
}
</style>
border-color css
<style>
span { border-color: #E9DCF2; }
span { border-color: rgb(233,220,242); }
td.TdClassName
{
border-color: #E9DCF2;
}
.TagClassName
{
border-color: #E9DCF2;
}
</style>