Shades of Blue Chalk #E9CDFF
Tints of Blue Chalk #E9CDFF
RGB
CMYK
RGB Variations
Color information
#E9CDFF (or 0xE9CDFF) is known color: Blue Chalk. HEX triplet: E9, CD and FF. RGB value is (233,205,255). Sum of RGB (Red+Green+Blue) = 233+205+255=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDFF is #163200. Grayscale: #DADADA. Windows color (decimal): -1454593 or 16764393. OLE color: 16764393.
HSL color Cylindrical-coordinate representation of color #E9CDFF: hue angle of 273.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9CDFF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 205 | 255 | - |
| CMYK | 0.09 | 0.20 | 0 | 0 |
| HSL | 273.6º | 1% | 0.9% | - |
| HSV(B) | 273.6º | 0.2% | 1% | - |
| XYZ | 73.49 | 68.21 | 103.9 | - |
| YUV | 219.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 255 | 0.09 | 0.20 | 0 | 0 | 273.6 | 1 | 0.9 |
| Hex | E9 | CD | FF | 9 | 14 | 0 | 0 | 112 | 64 | 5A |
| Octal | 351 | 315 | 377 | 11 | 24 | 0 | 0 | 422 | 144 | 132 |
| Binary | 11101001 | 11001101 | 11111111 | 1001 | 10100 | 0 | 0 | 100010010 | 1100100 | 1011010 |
Color Harmonies of #E9CDFF
Complementary color
Monochromatic Colors of #E9CDFF
Black with #E9CDFF
Text Example
Text Example
White with #E9CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDFF; }
p { color: rgb(233,205,255); }
H1.HeaderClassName
{
color: #E9CDFF;
}
.AnyTagClassName
{
color: #E9CDFF;
}
</style>
background-color css
<style>
a { background-color: #E9CDFF; }
a { background-color: rgb(233,205,255); }
div.DivClassName
{
background-color: #E9CDFF;
}
.BgClassName
{
background-color: #E9CDFF;
}
</style>
border-color css
<style>
span { border-color: #E9CDFF; }
span { border-color: rgb(233,205,255); }
td.TdClassName
{
border-color: #E9CDFF;
}
.TagClassName
{
border-color: #E9CDFF;
}
</style>