Shades of Blue Chalk #E6CFF5
Tints of Blue Chalk #E6CFF5
RGB
CMYK
RGB Variations
Color information
#E6CFF5 (or 0xE6CFF5) is known color: Blue Chalk. HEX triplet: E6, CF and F5. RGB value is (230,207,245). Sum of RGB (Red+Green+Blue) = 230+207+245=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6CFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFF5 is #19300A. Grayscale: #DADADA. Windows color (decimal): -1650699 or 16109542. OLE color: 16109542.
HSL color Cylindrical-coordinate representation of color #E6CFF5: hue angle of 276.32º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6CFF5 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 207 | 245 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.04 |
| HSL | 276.32º | 0.66% | 0.89% | - |
| HSV(B) | 276.32º | 0.16% | 0.96% | - |
| XYZ | 71.43 | 68.04 | 95.75 | - |
| YUV | 218.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 245 | 0.06 | 0.16 | 0 | 0.04 | 276.32 | 0.66 | 0.89 |
| Hex | E6 | CF | F5 | 6 | 10 | 0 | 4 | 114 | 42 | 59 |
| Octal | 346 | 317 | 365 | 6 | 20 | 0 | 4 | 424 | 102 | 131 |
| Binary | 11100110 | 11001111 | 11110101 | 110 | 10000 | 0 | 100 | 100010100 | 1000010 | 1011001 |
Color Harmonies of #E6CFF5
Complementary color
Monochromatic Colors of #E6CFF5
Black with #E6CFF5
Text Example
Text Example
White with #E6CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFF5; }
p { color: rgb(230,207,245); }
H1.HeaderClassName
{
color: #E6CFF5;
}
.AnyTagClassName
{
color: #E6CFF5;
}
</style>
background-color css
<style>
a { background-color: #E6CFF5; }
a { background-color: rgb(230,207,245); }
div.DivClassName
{
background-color: #E6CFF5;
}
.BgClassName
{
background-color: #E6CFF5;
}
</style>
border-color css
<style>
span { border-color: #E6CFF5; }
span { border-color: rgb(230,207,245); }
td.TdClassName
{
border-color: #E6CFF5;
}
.TagClassName
{
border-color: #E6CFF5;
}
</style>