Shades of Blue Chalk #E2CDF3
Tints of Blue Chalk #E2CDF3
RGB
CMYK
RGB Variations
Color information
#E2CDF3 (or 0xE2CDF3) is known color: Blue Chalk. HEX triplet: E2, CD and F3. RGB value is (226,205,243). Sum of RGB (Red+Green+Blue) = 226+205+243=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2CDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDF3 is #1D320C. Grayscale: #D7D7D7. Windows color (decimal): -1913357 or 15977954. OLE color: 15977954.
HSL color Cylindrical-coordinate representation of color #E2CDF3: hue angle of 273.16º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2CDF3 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 205 | 243 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.05 |
| HSL | 273.16º | 0.61% | 0.88% | - |
| HSV(B) | 273.16º | 0.16% | 0.95% | - |
| XYZ | 69.37 | 66.3 | 93.94 | - |
| YUV | 215.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 243 | 0.07 | 0.16 | 0 | 0.05 | 273.16 | 0.61 | 0.88 |
| Hex | E2 | CD | F3 | 7 | 10 | 0 | 5 | 111 | 3D | 58 |
| Octal | 342 | 315 | 363 | 7 | 20 | 0 | 5 | 421 | 75 | 130 |
| Binary | 11100010 | 11001101 | 11110011 | 111 | 10000 | 0 | 101 | 100010001 | 111101 | 1011000 |
Color Harmonies of #E2CDF3
Complementary color
Monochromatic Colors of #E2CDF3
Black with #E2CDF3
Text Example
Text Example
White with #E2CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDF3; }
p { color: rgb(226,205,243); }
H1.HeaderClassName
{
color: #E2CDF3;
}
.AnyTagClassName
{
color: #E2CDF3;
}
</style>
background-color css
<style>
a { background-color: #E2CDF3; }
a { background-color: rgb(226,205,243); }
div.DivClassName
{
background-color: #E2CDF3;
}
.BgClassName
{
background-color: #E2CDF3;
}
</style>
border-color css
<style>
span { border-color: #E2CDF3; }
span { border-color: rgb(226,205,243); }
td.TdClassName
{
border-color: #E2CDF3;
}
.TagClassName
{
border-color: #E2CDF3;
}
</style>