Shades of Blue Chalk #E2CDE7
Tints of Blue Chalk #E2CDE7
RGB
CMYK
RGB Variations
Color information
#E2CDE7 (or 0xE2CDE7) is known color: Blue Chalk. HEX triplet: E2, CD and E7. RGB value is (226,205,231). Sum of RGB (Red+Green+Blue) = 226+205+231=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 231 - color contains mainly: blue. Hex color #E2CDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDE7 is #1D3218. Grayscale: #D6D6D6. Windows color (decimal): -1913369 or 15191522. OLE color: 15191522.
HSL color Cylindrical-coordinate representation of color #E2CDE7: hue angle of 288.46º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2CDE7 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 205 | 231 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.09 |
| HSL | 288.46º | 0.35% | 0.85% | - |
| HSV(B) | 288.46º | 0.11% | 0.91% | - |
| XYZ | 67.62 | 65.6 | 84.7 | - |
| YUV | 214.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 231 | 0.02 | 0.11 | 0 | 0.09 | 288.46 | 0.35 | 0.85 |
| Hex | E2 | CD | E7 | 2 | B | 0 | 9 | 120 | 23 | 55 |
| Octal | 342 | 315 | 347 | 2 | 13 | 0 | 11 | 440 | 43 | 125 |
| Binary | 11100010 | 11001101 | 11100111 | 10 | 1011 | 0 | 1001 | 100100000 | 100011 | 1010101 |
Color Harmonies of #E2CDE7
Complementary color
Monochromatic Colors of #E2CDE7
Black with #E2CDE7
Text Example
Text Example
White with #E2CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDE7; }
p { color: rgb(226,205,231); }
H1.HeaderClassName
{
color: #E2CDE7;
}
.AnyTagClassName
{
color: #E2CDE7;
}
</style>
background-color css
<style>
a { background-color: #E2CDE7; }
a { background-color: rgb(226,205,231); }
div.DivClassName
{
background-color: #E2CDE7;
}
.BgClassName
{
background-color: #E2CDE7;
}
</style>
border-color css
<style>
span { border-color: #E2CDE7; }
span { border-color: rgb(226,205,231); }
td.TdClassName
{
border-color: #E2CDE7;
}
.TagClassName
{
border-color: #E2CDE7;
}
</style>