Shades of Blue Chalk #E3CDED
Tints of Blue Chalk #E3CDED
RGB
CMYK
RGB Variations
Color information
#E3CDED (or 0xE3CDED) is known color: Blue Chalk. HEX triplet: E3, CD and ED. RGB value is (227,205,237). Sum of RGB (Red+Green+Blue) = 227+205+237=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CDED is #1C3212. Grayscale: #D7D7D7. Windows color (decimal): -1847827 or 15584739. OLE color: 15584739.
HSL color Cylindrical-coordinate representation of color #E3CDED: hue angle of 281.25º degrees, saturation: 0.47, 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 #E3CDED is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 227 | 205 | 237 | - |
CMYK | 0.04 | 0.14 | 0 | 0.07 |
HSL | 281.25º | 0.47% | 0.87% | - |
HSV(B) | 281.25º | 0.14% | 0.93% | - |
XYZ | 68.8 | 66.11 | 89.25 | - |
YUV | 215.23 | 140.29 | 136.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 205 | 237 | 0.04 | 0.14 | 0 | 0.07 | 281.25 | 0.47 | 0.87 |
Hex | E3 | CD | ED | 4 | E | 0 | 7 | 119 | 2F | 57 |
Octal | 343 | 315 | 355 | 4 | 16 | 0 | 7 | 431 | 57 | 127 |
Binary | 11100011 | 11001101 | 11101101 | 100 | 1110 | 0 | 111 | 100011001 | 101111 | 1010111 |
Color Harmonies of #E3CDED
Complementary color
Monochromatic Colors of #E3CDED
Black with #E3CDED
Text Example
Text Example
White with #E3CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDED; }
p { color: rgb(227,205,237); }
H1.HeaderClassName
{
color: #E3CDED;
}
.AnyTagClassName
{
color: #E3CDED;
}
</style>
background-color css
<style>
a { background-color: #E3CDED; }
a { background-color: rgb(227,205,237); }
div.DivClassName
{
background-color: #E3CDED;
}
.BgClassName
{
background-color: #E3CDED;
}
</style>
border-color css
<style>
span { border-color: #E3CDED; }
span { border-color: rgb(227,205,237); }
td.TdClassName
{
border-color: #E3CDED;
}
.TagClassName
{
border-color: #E3CDED;
}
</style>