Shades of Blue Chalk #E7CDFE
Tints of Blue Chalk #E7CDFE
RGB
CMYK
RGB Variations
Color information
#E7CDFE (or 0xE7CDFE) is known color: Blue Chalk. HEX triplet: E7, CD and FE. RGB value is (231,205,254). Sum of RGB (Red+Green+Blue) = 231+205+254=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7CDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDFE is #183201. Grayscale: #DADADA. Windows color (decimal): -1585666 or 16698855. OLE color: 16698855.
HSL color Cylindrical-coordinate representation of color #E7CDFE: hue angle of 271.84º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CDFE is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 205 | 254 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.00 |
| HSL | 271.84º | 0.96% | 0.9% | - |
| HSV(B) | 271.84º | 0.19% | 1% | - |
| XYZ | 72.68 | 67.81 | 103.02 | - |
| YUV | 218.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 254 | 0.09 | 0.19 | 0 | 0.00 | 271.84 | 0.96 | 0.9 |
| Hex | E7 | CD | FE | 9 | 13 | 0 | 0 | 110 | 60 | 5A |
| Octal | 347 | 315 | 376 | 11 | 23 | 0 | 0 | 420 | 140 | 132 |
| Binary | 11100111 | 11001101 | 11111110 | 1001 | 10011 | 0 | 0 | 100010000 | 1100000 | 1011010 |
Color Harmonies of #E7CDFE
Complementary color
Monochromatic Colors of #E7CDFE
Black with #E7CDFE
Text Example
Text Example
White with #E7CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDFE; }
p { color: rgb(231,205,254); }
H1.HeaderClassName
{
color: #E7CDFE;
}
.AnyTagClassName
{
color: #E7CDFE;
}
</style>
background-color css
<style>
a { background-color: #E7CDFE; }
a { background-color: rgb(231,205,254); }
div.DivClassName
{
background-color: #E7CDFE;
}
.BgClassName
{
background-color: #E7CDFE;
}
</style>
border-color css
<style>
span { border-color: #E7CDFE; }
span { border-color: rgb(231,205,254); }
td.TdClassName
{
border-color: #E7CDFE;
}
.TagClassName
{
border-color: #E7CDFE;
}
</style>