Shades of Blue Chalk #E6C7EE
Tints of Blue Chalk #E6C7EE
RGB
CMYK
RGB Variations
Color information
#E6C7EE (or 0xE6C7EE) is known color: Blue Chalk. HEX triplet: E6, C7 and EE. RGB value is (230,199,238). Sum of RGB (Red+Green+Blue) = 230+199+238=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 199 (78.12% from 255 or 29.84% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6C7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C7EE is #193811. Grayscale: #D4D4D4. Windows color (decimal): -1652754 or 15648742. OLE color: 15648742.
HSL color Cylindrical-coordinate representation of color #E6C7EE: hue angle of 287.69º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6C7EE is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 199 | 238 | - |
CMYK | 0.03 | 0.16 | 0 | 0.07 |
HSL | 287.69º | 0.53% | 0.86% | - |
HSV(B) | 287.69º | 0.16% | 0.93% | - |
XYZ | 68.49 | 63.84 | 89.6 | - |
YUV | 212.72 | 142.27 | 140.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 199 | 238 | 0.03 | 0.16 | 0 | 0.07 | 287.69 | 0.53 | 0.86 |
Hex | E6 | C7 | EE | 3 | 10 | 0 | 7 | 120 | 35 | 56 |
Octal | 346 | 307 | 356 | 3 | 20 | 0 | 7 | 440 | 65 | 126 |
Binary | 11100110 | 11000111 | 11101110 | 11 | 10000 | 0 | 111 | 100100000 | 110101 | 1010110 |
Color Harmonies of #E6C7EE
Complementary color
Monochromatic Colors of #E6C7EE
Black with #E6C7EE
Text Example
Text Example
White with #E6C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7EE; }
p { color: rgb(230,199,238); }
H1.HeaderClassName
{
color: #E6C7EE;
}
.AnyTagClassName
{
color: #E6C7EE;
}
</style>
background-color css
<style>
a { background-color: #E6C7EE; }
a { background-color: rgb(230,199,238); }
div.DivClassName
{
background-color: #E6C7EE;
}
.BgClassName
{
background-color: #E6C7EE;
}
</style>
border-color css
<style>
span { border-color: #E6C7EE; }
span { border-color: rgb(230,199,238); }
td.TdClassName
{
border-color: #E6C7EE;
}
.TagClassName
{
border-color: #E6C7EE;
}
</style>