Shades of Blue Chalk #E3CDF2
Tints of Blue Chalk #E3CDF2
RGB
CMYK
RGB Variations
Color information
#E3CDF2 (or 0xE3CDF2) is known color: Blue Chalk. HEX triplet: E3, CD and F2. RGB value is (227,205,242). Sum of RGB (Red+Green+Blue) = 227+205+242=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CDF2 is #1C320D. Grayscale: #D7D7D7. Windows color (decimal): -1847822 or 15912419. OLE color: 15912419.
HSL color Cylindrical-coordinate representation of color #E3CDF2: hue angle of 275.68º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3CDF2 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 205 | 242 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.05 |
| HSL | 275.68º | 0.59% | 0.88% | - |
| HSV(B) | 275.68º | 0.15% | 0.95% | - |
| XYZ | 69.54 | 66.4 | 93.16 | - |
| YUV | 215.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 242 | 0.06 | 0.15 | 0 | 0.05 | 275.68 | 0.59 | 0.88 |
| Hex | E3 | CD | F2 | 6 | F | 0 | 5 | 114 | 3B | 58 |
| Octal | 343 | 315 | 362 | 6 | 17 | 0 | 5 | 424 | 73 | 130 |
| Binary | 11100011 | 11001101 | 11110010 | 110 | 1111 | 0 | 101 | 100010100 | 111011 | 1011000 |
Color Harmonies of #E3CDF2
Complementary color
Monochromatic Colors of #E3CDF2
Black with #E3CDF2
Text Example
Text Example
White with #E3CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDF2; }
p { color: rgb(227,205,242); }
H1.HeaderClassName
{
color: #E3CDF2;
}
.AnyTagClassName
{
color: #E3CDF2;
}
</style>
background-color css
<style>
a { background-color: #E3CDF2; }
a { background-color: rgb(227,205,242); }
div.DivClassName
{
background-color: #E3CDF2;
}
.BgClassName
{
background-color: #E3CDF2;
}
</style>
border-color css
<style>
span { border-color: #E3CDF2; }
span { border-color: rgb(227,205,242); }
td.TdClassName
{
border-color: #E3CDF2;
}
.TagClassName
{
border-color: #E3CDF2;
}
</style>