Shades of Blue Chalk #E9CDFD
Tints of Blue Chalk #E9CDFD
RGB
CMYK
RGB Variations
Color information
#E9CDFD (or 0xE9CDFD) is known color: Blue Chalk. HEX triplet: E9, CD and FD. RGB value is (233,205,253). Sum of RGB (Red+Green+Blue) = 233+205+253=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9CDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDFD is #163202. Grayscale: #DADADA. Windows color (decimal): -1454595 or 16633321. OLE color: 16633321.
HSL color Cylindrical-coordinate representation of color #E9CDFD: hue angle of 275º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9CDFD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 205 | 253 | - |
CMYK | 0.08 | 0.19 | 0 | 0.01 |
HSL | 275º | 0.92% | 0.9% | - |
HSV(B) | 275º | 0.19% | 0.99% | - |
XYZ | 73.17 | 68.08 | 102.21 | - |
YUV | 218.84 | 147.28 | 138.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 205 | 253 | 0.08 | 0.19 | 0 | 0.01 | 275 | 0.92 | 0.9 |
Hex | E9 | CD | FD | 8 | 13 | 0 | 1 | 113 | 5C | 5A |
Octal | 351 | 315 | 375 | 10 | 23 | 0 | 1 | 423 | 134 | 132 |
Binary | 11101001 | 11001101 | 11111101 | 1000 | 10011 | 0 | 1 | 100010011 | 1011100 | 1011010 |
Color Harmonies of #E9CDFD
Complementary color
Monochromatic Colors of #E9CDFD
Black with #E9CDFD
Text Example
Text Example
White with #E9CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDFD; }
p { color: rgb(233,205,253); }
H1.HeaderClassName
{
color: #E9CDFD;
}
.AnyTagClassName
{
color: #E9CDFD;
}
</style>
background-color css
<style>
a { background-color: #E9CDFD; }
a { background-color: rgb(233,205,253); }
div.DivClassName
{
background-color: #E9CDFD;
}
.BgClassName
{
background-color: #E9CDFD;
}
</style>
border-color css
<style>
span { border-color: #E9CDFD; }
span { border-color: rgb(233,205,253); }
td.TdClassName
{
border-color: #E9CDFD;
}
.TagClassName
{
border-color: #E9CDFD;
}
</style>