Shades of Blue Chalk #E7CDF2
Tints of Blue Chalk #E7CDF2
RGB
CMYK
RGB Variations
Color information
#E7CDF2 (or 0xE7CDF2) is known color: Blue Chalk. HEX triplet: E7, CD and F2. RGB value is (231,205,242). Sum of RGB (Red+Green+Blue) = 231+205+242=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDF2 is #18320D. Grayscale: #D8D8D8. Windows color (decimal): -1585678 or 15912423. OLE color: 15912423.
HSL color Cylindrical-coordinate representation of color #E7CDF2: hue angle of 282.16º 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 #E7CDF2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 205 | 242 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.05 |
| HSL | 282.16º | 0.59% | 0.88% | - |
| HSV(B) | 282.16º | 0.15% | 0.95% | - |
| XYZ | 70.81 | 67.06 | 93.22 | - |
| YUV | 216.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 242 | 0.05 | 0.15 | 0 | 0.05 | 282.16 | 0.59 | 0.88 |
| Hex | E7 | CD | F2 | 5 | F | 0 | 5 | 11A | 3B | 58 |
| Octal | 347 | 315 | 362 | 5 | 17 | 0 | 5 | 432 | 73 | 130 |
| Binary | 11100111 | 11001101 | 11110010 | 101 | 1111 | 0 | 101 | 100011010 | 111011 | 1011000 |
Color Harmonies of #E7CDF2
Complementary color
Monochromatic Colors of #E7CDF2
Black with #E7CDF2
Text Example
Text Example
White with #E7CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDF2; }
p { color: rgb(231,205,242); }
H1.HeaderClassName
{
color: #E7CDF2;
}
.AnyTagClassName
{
color: #E7CDF2;
}
</style>
background-color css
<style>
a { background-color: #E7CDF2; }
a { background-color: rgb(231,205,242); }
div.DivClassName
{
background-color: #E7CDF2;
}
.BgClassName
{
background-color: #E7CDF2;
}
</style>
border-color css
<style>
span { border-color: #E7CDF2; }
span { border-color: rgb(231,205,242); }
td.TdClassName
{
border-color: #E7CDF2;
}
.TagClassName
{
border-color: #E7CDF2;
}
</style>