Shades of Blue Chalk #E6CDF5
Tints of Blue Chalk #E6CDF5
RGB
CMYK
RGB Variations
Color information
#E6CDF5 (or 0xE6CDF5) is known color: Blue Chalk. HEX triplet: E6, CD and F5. RGB value is (230,205,245). Sum of RGB (Red+Green+Blue) = 230+205+245=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6CDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDF5 is #19320A. Grayscale: #D8D8D8. Windows color (decimal): -1651211 or 16109030. OLE color: 16109030.
HSL color Cylindrical-coordinate representation of color #E6CDF5: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6CDF5 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 205 | 245 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.04 |
| HSL | 277.5º | 0.67% | 0.88% | - |
| HSV(B) | 277.5º | 0.16% | 0.96% | - |
| XYZ | 70.95 | 67.08 | 95.59 | - |
| YUV | 217.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 245 | 0.06 | 0.16 | 0 | 0.04 | 277.5 | 0.67 | 0.88 |
| Hex | E6 | CD | F5 | 6 | 10 | 0 | 4 | 116 | 43 | 58 |
| Octal | 346 | 315 | 365 | 6 | 20 | 0 | 4 | 426 | 103 | 130 |
| Binary | 11100110 | 11001101 | 11110101 | 110 | 10000 | 0 | 100 | 100010110 | 1000011 | 1011000 |
Color Harmonies of #E6CDF5
Complementary color
Monochromatic Colors of #E6CDF5
Black with #E6CDF5
Text Example
Text Example
White with #E6CDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDF5; }
p { color: rgb(230,205,245); }
H1.HeaderClassName
{
color: #E6CDF5;
}
.AnyTagClassName
{
color: #E6CDF5;
}
</style>
background-color css
<style>
a { background-color: #E6CDF5; }
a { background-color: rgb(230,205,245); }
div.DivClassName
{
background-color: #E6CDF5;
}
.BgClassName
{
background-color: #E6CDF5;
}
</style>
border-color css
<style>
span { border-color: #E6CDF5; }
span { border-color: rgb(230,205,245); }
td.TdClassName
{
border-color: #E6CDF5;
}
.TagClassName
{
border-color: #E6CDF5;
}
</style>