Shades of Blue Chalk #E8CFF2
Tints of Blue Chalk #E8CFF2
RGB
CMYK
RGB Variations
Color information
#E8CFF2 (or 0xE8CFF2) is known color: Blue Chalk. HEX triplet: E8, CF and F2. RGB value is (232,207,242). Sum of RGB (Red+Green+Blue) = 232+207+242=681 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.07% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8CFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFF2 is #17300D. Grayscale: #DADADA. Windows color (decimal): -1519630 or 15912936. OLE color: 15912936.
HSL color Cylindrical-coordinate representation of color #E8CFF2: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8CFF2 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 232 | 207 | 242 | - |
CMYK | 0.04 | 0.14 | 0 | 0.05 |
HSL | 282.86º | 0.57% | 0.88% | - |
HSV(B) | 282.86º | 0.14% | 0.95% | - |
XYZ | 71.62 | 68.19 | 93.39 | - |
YUV | 218.47 | 141.28 | 137.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 207 | 242 | 0.04 | 0.14 | 0 | 0.05 | 282.86 | 0.57 | 0.88 |
Hex | E8 | CF | F2 | 4 | E | 0 | 5 | 11B | 39 | 58 |
Octal | 350 | 317 | 362 | 4 | 16 | 0 | 5 | 433 | 71 | 130 |
Binary | 11101000 | 11001111 | 11110010 | 100 | 1110 | 0 | 101 | 100011011 | 111001 | 1011000 |
Color Harmonies of #E8CFF2
Complementary color
Monochromatic Colors of #E8CFF2
Black with #E8CFF2
Text Example
Text Example
White with #E8CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFF2; }
p { color: rgb(232,207,242); }
H1.HeaderClassName
{
color: #E8CFF2;
}
.AnyTagClassName
{
color: #E8CFF2;
}
</style>
background-color css
<style>
a { background-color: #E8CFF2; }
a { background-color: rgb(232,207,242); }
div.DivClassName
{
background-color: #E8CFF2;
}
.BgClassName
{
background-color: #E8CFF2;
}
</style>
border-color css
<style>
span { border-color: #E8CFF2; }
span { border-color: rgb(232,207,242); }
td.TdClassName
{
border-color: #E8CFF2;
}
.TagClassName
{
border-color: #E8CFF2;
}
</style>