Shades of Blue Chalk #E9CDF8
Tints of Blue Chalk #E9CDF8
RGB
CMYK
RGB Variations
Color information
#E9CDF8 (or 0xE9CDF8) is known color: Blue Chalk. HEX triplet: E9, CD and F8. RGB value is (233,205,248). Sum of RGB (Red+Green+Blue) = 233+205+248=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #E9CDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDF8 is #163207. Grayscale: #DADADA. Windows color (decimal): -1454600 or 16305641. OLE color: 16305641.
HSL color Cylindrical-coordinate representation of color #E9CDF8: hue angle of 279.07º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9CDF8 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 233 | 205 | 248 | - |
CMYK | 0.06 | 0.17 | 0 | 0.03 |
HSL | 279.07º | 0.75% | 0.89% | - |
HSV(B) | 279.07º | 0.17% | 0.97% | - |
XYZ | 72.38 | 67.76 | 98.07 | - |
YUV | 218.27 | 144.78 | 138.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 205 | 248 | 0.06 | 0.17 | 0 | 0.03 | 279.07 | 0.75 | 0.89 |
Hex | E9 | CD | F8 | 6 | 11 | 0 | 3 | 117 | 4B | 59 |
Octal | 351 | 315 | 370 | 6 | 21 | 0 | 3 | 427 | 113 | 131 |
Binary | 11101001 | 11001101 | 11111000 | 110 | 10001 | 0 | 11 | 100010111 | 1001011 | 1011001 |
Color Harmonies of #E9CDF8
Complementary color
Monochromatic Colors of #E9CDF8
Black with #E9CDF8
Text Example
Text Example
White with #E9CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDF8; }
p { color: rgb(233,205,248); }
H1.HeaderClassName
{
color: #E9CDF8;
}
.AnyTagClassName
{
color: #E9CDF8;
}
</style>
background-color css
<style>
a { background-color: #E9CDF8; }
a { background-color: rgb(233,205,248); }
div.DivClassName
{
background-color: #E9CDF8;
}
.BgClassName
{
background-color: #E9CDF8;
}
</style>
border-color css
<style>
span { border-color: #E9CDF8; }
span { border-color: rgb(233,205,248); }
td.TdClassName
{
border-color: #E9CDF8;
}
.TagClassName
{
border-color: #E9CDF8;
}
</style>