Shades of Blue Chalk #E5CDF4
Tints of Blue Chalk #E5CDF4
RGB
CMYK
RGB Variations
Color information
#E5CDF4 (or 0xE5CDF4) is known color: Blue Chalk. HEX triplet: E5, CD and F4. RGB value is (229,205,244). Sum of RGB (Red+Green+Blue) = 229+205+244=678 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.78% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 244 (95.70% from 255 or 35.99% from 678); Max value from RGB is 244 - color contains mainly: blue. Hex color #E5CDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDF4 is #1A320B. Grayscale: #D8D8D8. Windows color (decimal): -1716748 or 16043493. OLE color: 16043493.
HSL color Cylindrical-coordinate representation of color #E5CDF4: hue angle of 276.92º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5CDF4 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 229 | 205 | 244 | - |
CMYK | 0.06 | 0.16 | 0 | 0.04 |
HSL | 276.92º | 0.64% | 0.88% | - |
HSV(B) | 276.92º | 0.16% | 0.96% | - |
XYZ | 70.47 | 66.85 | 94.78 | - |
YUV | 216.62 | 143.45 | 136.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 205 | 244 | 0.06 | 0.16 | 0 | 0.04 | 276.92 | 0.64 | 0.88 |
Hex | E5 | CD | F4 | 6 | 10 | 0 | 4 | 115 | 40 | 58 |
Octal | 345 | 315 | 364 | 6 | 20 | 0 | 4 | 425 | 100 | 130 |
Binary | 11100101 | 11001101 | 11110100 | 110 | 10000 | 0 | 100 | 100010101 | 1000000 | 1011000 |
Color Harmonies of #E5CDF4
Complementary color
Monochromatic Colors of #E5CDF4
Black with #E5CDF4
Text Example
Text Example
White with #E5CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDF4; }
p { color: rgb(229,205,244); }
H1.HeaderClassName
{
color: #E5CDF4;
}
.AnyTagClassName
{
color: #E5CDF4;
}
</style>
background-color css
<style>
a { background-color: #E5CDF4; }
a { background-color: rgb(229,205,244); }
div.DivClassName
{
background-color: #E5CDF4;
}
.BgClassName
{
background-color: #E5CDF4;
}
</style>
border-color css
<style>
span { border-color: #E5CDF4; }
span { border-color: rgb(229,205,244); }
td.TdClassName
{
border-color: #E5CDF4;
}
.TagClassName
{
border-color: #E5CDF4;
}
</style>