Shades of Blue Chalk #E8CFFB
Tints of Blue Chalk #E8CFFB
RGB
CMYK
RGB Variations
Color information
#E8CFFB (or 0xE8CFFB) is known color: Blue Chalk. HEX triplet: E8, CF and FB. RGB value is (232,207,251). Sum of RGB (Red+Green+Blue) = 232+207+251=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8CFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFFB is #173004. Grayscale: #DBDBDB. Windows color (decimal): -1519621 or 16502760. OLE color: 16502760.
HSL color Cylindrical-coordinate representation of color #E8CFFB: hue angle of 274.09º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8CFFB is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 232 | 207 | 251 | - |
CMYK | 0.08 | 0.18 | 0 | 0.02 |
HSL | 274.09º | 0.85% | 0.9% | - |
HSV(B) | 274.09º | 0.18% | 0.98% | - |
XYZ | 73 | 68.75 | 100.69 | - |
YUV | 219.49 | 145.78 | 136.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 207 | 251 | 0.08 | 0.18 | 0 | 0.02 | 274.09 | 0.85 | 0.9 |
Hex | E8 | CF | FB | 8 | 12 | 0 | 2 | 112 | 55 | 5A |
Octal | 350 | 317 | 373 | 10 | 22 | 0 | 2 | 422 | 125 | 132 |
Binary | 11101000 | 11001111 | 11111011 | 1000 | 10010 | 0 | 10 | 100010010 | 1010101 | 1011010 |
Color Harmonies of #E8CFFB
Complementary color
Monochromatic Colors of #E8CFFB
Black with #E8CFFB
Text Example
Text Example
White with #E8CFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFFB; }
p { color: rgb(232,207,251); }
H1.HeaderClassName
{
color: #E8CFFB;
}
.AnyTagClassName
{
color: #E8CFFB;
}
</style>
background-color css
<style>
a { background-color: #E8CFFB; }
a { background-color: rgb(232,207,251); }
div.DivClassName
{
background-color: #E8CFFB;
}
.BgClassName
{
background-color: #E8CFFB;
}
</style>
border-color css
<style>
span { border-color: #E8CFFB; }
span { border-color: rgb(232,207,251); }
td.TdClassName
{
border-color: #E8CFFB;
}
.TagClassName
{
border-color: #E8CFFB;
}
</style>