Shades of Blue Chalk #E6CFF4
Tints of Blue Chalk #E6CFF4
RGB
CMYK
RGB Variations
Color information
#E6CFF4 (or 0xE6CFF4) is known color: Blue Chalk. HEX triplet: E6, CF and F4. RGB value is (230,207,244). Sum of RGB (Red+Green+Blue) = 230+207+244=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 244 - color contains mainly: blue. Hex color #E6CFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFF4 is #19300B. Grayscale: #D9D9D9. Windows color (decimal): -1650700 or 16044006. OLE color: 16044006.
HSL color Cylindrical-coordinate representation of color #E6CFF4: hue angle of 277.3º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6CFF4 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 207 | 244 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.04 |
| HSL | 277.3º | 0.63% | 0.88% | - |
| HSV(B) | 277.3º | 0.15% | 0.96% | - |
| XYZ | 71.28 | 67.98 | 94.95 | - |
| YUV | 218.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 244 | 0.06 | 0.15 | 0 | 0.04 | 277.3 | 0.63 | 0.88 |
| Hex | E6 | CF | F4 | 6 | F | 0 | 4 | 115 | 3F | 58 |
| Octal | 346 | 317 | 364 | 6 | 17 | 0 | 4 | 425 | 77 | 130 |
| Binary | 11100110 | 11001111 | 11110100 | 110 | 1111 | 0 | 100 | 100010101 | 111111 | 1011000 |
Color Harmonies of #E6CFF4
Complementary color
Monochromatic Colors of #E6CFF4
Black with #E6CFF4
Text Example
Text Example
White with #E6CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFF4; }
p { color: rgb(230,207,244); }
H1.HeaderClassName
{
color: #E6CFF4;
}
.AnyTagClassName
{
color: #E6CFF4;
}
</style>
background-color css
<style>
a { background-color: #E6CFF4; }
a { background-color: rgb(230,207,244); }
div.DivClassName
{
background-color: #E6CFF4;
}
.BgClassName
{
background-color: #E6CFF4;
}
</style>
border-color css
<style>
span { border-color: #E6CFF4; }
span { border-color: rgb(230,207,244); }
td.TdClassName
{
border-color: #E6CFF4;
}
.TagClassName
{
border-color: #E6CFF4;
}
</style>