Shades of Blue Chalk #E6CFF3
Tints of Blue Chalk #E6CFF3
RGB
CMYK
RGB Variations
Color information
#E6CFF3 (or 0xE6CFF3) is known color: Blue Chalk. HEX triplet: E6, CF and F3. RGB value is (230,207,243). Sum of RGB (Red+Green+Blue) = 230+207+243=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6CFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFF3 is #19300C. Grayscale: #D9D9D9. Windows color (decimal): -1650701 or 15978470. OLE color: 15978470.
HSL color Cylindrical-coordinate representation of color #E6CFF3: hue angle of 278.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6CFF3 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 207 | 243 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.05 |
| HSL | 278.33º | 0.6% | 0.88% | - |
| HSV(B) | 278.33º | 0.15% | 0.95% | - |
| XYZ | 71.12 | 67.92 | 94.16 | - |
| YUV | 217.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 243 | 0.05 | 0.15 | 0 | 0.05 | 278.33 | 0.6 | 0.88 |
| Hex | E6 | CF | F3 | 5 | F | 0 | 5 | 116 | 3C | 58 |
| Octal | 346 | 317 | 363 | 5 | 17 | 0 | 5 | 426 | 74 | 130 |
| Binary | 11100110 | 11001111 | 11110011 | 101 | 1111 | 0 | 101 | 100010110 | 111100 | 1011000 |
Color Harmonies of #E6CFF3
Complementary color
Monochromatic Colors of #E6CFF3
Black with #E6CFF3
Text Example
Text Example
White with #E6CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFF3; }
p { color: rgb(230,207,243); }
H1.HeaderClassName
{
color: #E6CFF3;
}
.AnyTagClassName
{
color: #E6CFF3;
}
</style>
background-color css
<style>
a { background-color: #E6CFF3; }
a { background-color: rgb(230,207,243); }
div.DivClassName
{
background-color: #E6CFF3;
}
.BgClassName
{
background-color: #E6CFF3;
}
</style>
border-color css
<style>
span { border-color: #E6CFF3; }
span { border-color: rgb(230,207,243); }
td.TdClassName
{
border-color: #E6CFF3;
}
.TagClassName
{
border-color: #E6CFF3;
}
</style>