Shades of Blue Chalk #E9CDF4
Tints of Blue Chalk #E9CDF4
RGB
CMYK
RGB Variations
Color information
#E9CDF4 (or 0xE9CDF4) is known color: Blue Chalk. HEX triplet: E9, CD and F4. RGB value is (233,205,244). Sum of RGB (Red+Green+Blue) = 233+205+244=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 244 - color contains mainly: blue. Hex color #E9CDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDF4 is #16320B. Grayscale: #D9D9D9. Windows color (decimal): -1454604 or 16043497. OLE color: 16043497.
HSL color Cylindrical-coordinate representation of color #E9CDF4: hue angle of 283.08º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9CDF4 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 233 | 205 | 244 | - |
CMYK | 0.05 | 0.16 | 0 | 0.04 |
HSL | 283.08º | 0.64% | 0.88% | - |
HSV(B) | 283.08º | 0.16% | 0.96% | - |
XYZ | 71.76 | 67.52 | 94.84 | - |
YUV | 217.82 | 142.78 | 138.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 205 | 244 | 0.05 | 0.16 | 0 | 0.04 | 283.08 | 0.64 | 0.88 |
Hex | E9 | CD | F4 | 5 | 10 | 0 | 4 | 11B | 40 | 58 |
Octal | 351 | 315 | 364 | 5 | 20 | 0 | 4 | 433 | 100 | 130 |
Binary | 11101001 | 11001101 | 11110100 | 101 | 10000 | 0 | 100 | 100011011 | 1000000 | 1011000 |
Color Harmonies of #E9CDF4
Complementary color
Monochromatic Colors of #E9CDF4
Black with #E9CDF4
Text Example
Text Example
White with #E9CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDF4; }
p { color: rgb(233,205,244); }
H1.HeaderClassName
{
color: #E9CDF4;
}
.AnyTagClassName
{
color: #E9CDF4;
}
</style>
background-color css
<style>
a { background-color: #E9CDF4; }
a { background-color: rgb(233,205,244); }
div.DivClassName
{
background-color: #E9CDF4;
}
.BgClassName
{
background-color: #E9CDF4;
}
</style>
border-color css
<style>
span { border-color: #E9CDF4; }
span { border-color: rgb(233,205,244); }
td.TdClassName
{
border-color: #E9CDF4;
}
.TagClassName
{
border-color: #E9CDF4;
}
</style>