Shades of Blue Chalk #E5CDEE
Tints of Blue Chalk #E5CDEE
RGB
CMYK
RGB Variations
Color information
#E5CDEE (or 0xE5CDEE) is known color: Blue Chalk. HEX triplet: E5, CD and EE. RGB value is (229,205,238). Sum of RGB (Red+Green+Blue) = 229+205+238=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDEE is #1A3211. Grayscale: #D7D7D7. Windows color (decimal): -1716754 or 15650277. OLE color: 15650277.
HSL color Cylindrical-coordinate representation of color #E5CDEE: hue angle of 283.64º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CDEE is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 205 | 238 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.07 |
| HSL | 283.64º | 0.49% | 0.87% | - |
| HSV(B) | 283.64º | 0.14% | 0.93% | - |
| XYZ | 69.58 | 66.49 | 90.06 | - |
| YUV | 215.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 238 | 0.04 | 0.14 | 0 | 0.07 | 283.64 | 0.49 | 0.87 |
| Hex | E5 | CD | EE | 4 | E | 0 | 7 | 11C | 31 | 57 |
| Octal | 345 | 315 | 356 | 4 | 16 | 0 | 7 | 434 | 61 | 127 |
| Binary | 11100101 | 11001101 | 11101110 | 100 | 1110 | 0 | 111 | 100011100 | 110001 | 1010111 |
Color Harmonies of #E5CDEE
Complementary color
Monochromatic Colors of #E5CDEE
Black with #E5CDEE
Text Example
Text Example
White with #E5CDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDEE; }
p { color: rgb(229,205,238); }
H1.HeaderClassName
{
color: #E5CDEE;
}
.AnyTagClassName
{
color: #E5CDEE;
}
</style>
background-color css
<style>
a { background-color: #E5CDEE; }
a { background-color: rgb(229,205,238); }
div.DivClassName
{
background-color: #E5CDEE;
}
.BgClassName
{
background-color: #E5CDEE;
}
</style>
border-color css
<style>
span { border-color: #E5CDEE; }
span { border-color: rgb(229,205,238); }
td.TdClassName
{
border-color: #E5CDEE;
}
.TagClassName
{
border-color: #E5CDEE;
}
</style>