Shades of Blue Chalk #E6C4EE
Tints of Blue Chalk #E6C4EE
RGB
CMYK
RGB Variations
Color information
#E6C4EE (or 0xE6C4EE) is known color: Blue Chalk. HEX triplet: E6, C4 and EE. RGB value is (230,196,238). Sum of RGB (Red+Green+Blue) = 230+196+238=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6C4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C4EE is #193B11. Grayscale: #D2D2D2. Windows color (decimal): -1653522 or 15647974. OLE color: 15647974.
HSL color Cylindrical-coordinate representation of color #E6C4EE: hue angle of 288.57º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6C4EE is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 196 | 238 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.07 |
| HSL | 288.57º | 0.55% | 0.85% | - |
| HSV(B) | 288.57º | 0.18% | 0.93% | - |
| XYZ | 67.81 | 62.48 | 89.37 | - |
| YUV | 210.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 238 | 0.03 | 0.18 | 0 | 0.07 | 288.57 | 0.55 | 0.85 |
| Hex | E6 | C4 | EE | 3 | 12 | 0 | 7 | 121 | 37 | 55 |
| Octal | 346 | 304 | 356 | 3 | 22 | 0 | 7 | 441 | 67 | 125 |
| Binary | 11100110 | 11000100 | 11101110 | 11 | 10010 | 0 | 111 | 100100001 | 110111 | 1010101 |
Color Harmonies of #E6C4EE
Complementary color
Monochromatic Colors of #E6C4EE
Black with #E6C4EE
Text Example
Text Example
White with #E6C4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C4EE; }
p { color: rgb(230,196,238); }
H1.HeaderClassName
{
color: #E6C4EE;
}
.AnyTagClassName
{
color: #E6C4EE;
}
</style>
background-color css
<style>
a { background-color: #E6C4EE; }
a { background-color: rgb(230,196,238); }
div.DivClassName
{
background-color: #E6C4EE;
}
.BgClassName
{
background-color: #E6C4EE;
}
</style>
border-color css
<style>
span { border-color: #E6C4EE; }
span { border-color: rgb(230,196,238); }
td.TdClassName
{
border-color: #E6C4EE;
}
.TagClassName
{
border-color: #E6C4EE;
}
</style>