Shades of Blue Chalk #E9CEFD
Tints of Blue Chalk #E9CEFD
RGB
CMYK
RGB Variations
Color information
#E9CEFD (or 0xE9CEFD) is known color: Blue Chalk. HEX triplet: E9, CE and FD. RGB value is (233,206,253). Sum of RGB (Red+Green+Blue) = 233+206+253=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9CEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CEFD is #163102. Grayscale: #DBDBDB. Windows color (decimal): -1454339 or 16633577. OLE color: 16633577.
HSL color Cylindrical-coordinate representation of color #E9CEFD: hue angle of 274.47º 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 #E9CEFD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 206 | 253 | - |
CMYK | 0.08 | 0.19 | 0 | 0.01 |
HSL | 274.47º | 0.92% | 0.9% | - |
HSV(B) | 274.47º | 0.19% | 0.99% | - |
XYZ | 73.41 | 68.56 | 102.29 | - |
YUV | 219.43 | 146.95 | 137.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 206 | 253 | 0.08 | 0.19 | 0 | 0.01 | 274.47 | 0.92 | 0.9 |
Hex | E9 | CE | FD | 8 | 13 | 0 | 1 | 112 | 5C | 5A |
Octal | 351 | 316 | 375 | 10 | 23 | 0 | 1 | 422 | 134 | 132 |
Binary | 11101001 | 11001110 | 11111101 | 1000 | 10011 | 0 | 1 | 100010010 | 1011100 | 1011010 |
Color Harmonies of #E9CEFD
Complementary color
Monochromatic Colors of #E9CEFD
Black with #E9CEFD
Text Example
Text Example
White with #E9CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CEFD; }
p { color: rgb(233,206,253); }
H1.HeaderClassName
{
color: #E9CEFD;
}
.AnyTagClassName
{
color: #E9CEFD;
}
</style>
background-color css
<style>
a { background-color: #E9CEFD; }
a { background-color: rgb(233,206,253); }
div.DivClassName
{
background-color: #E9CEFD;
}
.BgClassName
{
background-color: #E9CEFD;
}
</style>
border-color css
<style>
span { border-color: #E9CEFD; }
span { border-color: rgb(233,206,253); }
td.TdClassName
{
border-color: #E9CEFD;
}
.TagClassName
{
border-color: #E9CEFD;
}
</style>