Shades of Blue Chalk #E8D2F2
Tints of Blue Chalk #E8D2F2
RGB
CMYK
RGB Variations
Color information
#E8D2F2 (or 0xE8D2F2) is known color: Blue Chalk. HEX triplet: E8, D2 and F2. RGB value is (232,210,242). Sum of RGB (Red+Green+Blue) = 232+210+242=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8D2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D2F2 is #172D0D. Grayscale: #DCDCDC. Windows color (decimal): -1518862 or 15913704. OLE color: 15913704.
HSL color Cylindrical-coordinate representation of color #E8D2F2: hue angle of 281.25º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8D2F2 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 210 | 242 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.05 |
| HSL | 281.25º | 0.55% | 0.89% | - |
| HSV(B) | 281.25º | 0.13% | 0.95% | - |
| XYZ | 72.35 | 69.66 | 93.64 | - |
| YUV | 220.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 242 | 0.04 | 0.13 | 0 | 0.05 | 281.25 | 0.55 | 0.89 |
| Hex | E8 | D2 | F2 | 4 | D | 0 | 5 | 119 | 37 | 59 |
| Octal | 350 | 322 | 362 | 4 | 15 | 0 | 5 | 431 | 67 | 131 |
| Binary | 11101000 | 11010010 | 11110010 | 100 | 1101 | 0 | 101 | 100011001 | 110111 | 1011001 |
Color Harmonies of #E8D2F2
Complementary color
Monochromatic Colors of #E8D2F2
Black with #E8D2F2
Text Example
Text Example
White with #E8D2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2F2; }
p { color: rgb(232,210,242); }
H1.HeaderClassName
{
color: #E8D2F2;
}
.AnyTagClassName
{
color: #E8D2F2;
}
</style>
background-color css
<style>
a { background-color: #E8D2F2; }
a { background-color: rgb(232,210,242); }
div.DivClassName
{
background-color: #E8D2F2;
}
.BgClassName
{
background-color: #E8D2F2;
}
</style>
border-color css
<style>
span { border-color: #E8D2F2; }
span { border-color: rgb(232,210,242); }
td.TdClassName
{
border-color: #E8D2F2;
}
.TagClassName
{
border-color: #E8D2F2;
}
</style>