Shades of Blue Chalk #E9CDF2
Tints of Blue Chalk #E9CDF2
RGB
CMYK
RGB Variations
Color information
#E9CDF2 (or 0xE9CDF2) is known color: Blue Chalk. HEX triplet: E9, CD and F2. RGB value is (233,205,242). Sum of RGB (Red+Green+Blue) = 233+205+242=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDF2 is #16320D. Grayscale: #D9D9D9. Windows color (decimal): -1454606 or 15912425. OLE color: 15912425.
HSL color Cylindrical-coordinate representation of color #E9CDF2: hue angle of 285.41º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9CDF2 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 205 | 242 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.05 |
| HSL | 285.41º | 0.59% | 0.88% | - |
| HSV(B) | 285.41º | 0.15% | 0.95% | - |
| XYZ | 71.46 | 67.4 | 93.25 | - |
| YUV | 217.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 242 | 0.04 | 0.15 | 0 | 0.05 | 285.41 | 0.59 | 0.88 |
| Hex | E9 | CD | F2 | 4 | F | 0 | 5 | 11D | 3B | 58 |
| Octal | 351 | 315 | 362 | 4 | 17 | 0 | 5 | 435 | 73 | 130 |
| Binary | 11101001 | 11001101 | 11110010 | 100 | 1111 | 0 | 101 | 100011101 | 111011 | 1011000 |
Color Harmonies of #E9CDF2
Complementary color
Monochromatic Colors of #E9CDF2
Black with #E9CDF2
Text Example
Text Example
White with #E9CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDF2; }
p { color: rgb(233,205,242); }
H1.HeaderClassName
{
color: #E9CDF2;
}
.AnyTagClassName
{
color: #E9CDF2;
}
</style>
background-color css
<style>
a { background-color: #E9CDF2; }
a { background-color: rgb(233,205,242); }
div.DivClassName
{
background-color: #E9CDF2;
}
.BgClassName
{
background-color: #E9CDF2;
}
</style>
border-color css
<style>
span { border-color: #E9CDF2; }
span { border-color: rgb(233,205,242); }
td.TdClassName
{
border-color: #E9CDF2;
}
.TagClassName
{
border-color: #E9CDF2;
}
</style>