Shades of Blue Chalk #E6CDFE
Tints of Blue Chalk #E6CDFE
RGB
CMYK
RGB Variations
Color information
#E6CDFE (or 0xE6CDFE) is known color: Blue Chalk. HEX triplet: E6, CD and FE. RGB value is (230,205,254). Sum of RGB (Red+Green+Blue) = 230+205+254=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6CDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDFE is #193201. Grayscale: #D9D9D9. Windows color (decimal): -1651202 or 16698854. OLE color: 16698854.
HSL color Cylindrical-coordinate representation of color #E6CDFE: hue angle of 270.61º 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 #E6CDFE is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 205 | 254 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.00 |
| HSL | 270.61º | 0.96% | 0.9% | - |
| HSV(B) | 270.61º | 0.19% | 1% | - |
| XYZ | 72.35 | 67.64 | 103.01 | - |
| YUV | 218.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 254 | 0.09 | 0.19 | 0 | 0.00 | 270.61 | 0.96 | 0.9 |
| Hex | E6 | CD | FE | 9 | 13 | 0 | 0 | 10F | 60 | 5A |
| Octal | 346 | 315 | 376 | 11 | 23 | 0 | 0 | 417 | 140 | 132 |
| Binary | 11100110 | 11001101 | 11111110 | 1001 | 10011 | 0 | 0 | 100001111 | 1100000 | 1011010 |
Color Harmonies of #E6CDFE
Complementary color
Monochromatic Colors of #E6CDFE
Black with #E6CDFE
Text Example
Text Example
White with #E6CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDFE; }
p { color: rgb(230,205,254); }
H1.HeaderClassName
{
color: #E6CDFE;
}
.AnyTagClassName
{
color: #E6CDFE;
}
</style>
background-color css
<style>
a { background-color: #E6CDFE; }
a { background-color: rgb(230,205,254); }
div.DivClassName
{
background-color: #E6CDFE;
}
.BgClassName
{
background-color: #E6CDFE;
}
</style>
border-color css
<style>
span { border-color: #E6CDFE; }
span { border-color: rgb(230,205,254); }
td.TdClassName
{
border-color: #E6CDFE;
}
.TagClassName
{
border-color: #E6CDFE;
}
</style>