Shades of Blue Chalk #E4CAEC
Tints of Blue Chalk #E4CAEC
RGB
CMYK
RGB Variations
Color information
#E4CAEC (or 0xE4CAEC) is known color: Blue Chalk. HEX triplet: E4, CA and EC. RGB value is (228,202,236). Sum of RGB (Red+Green+Blue) = 228+202+236=666 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.23% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAEC is #1B3513. Grayscale: #D5D5D5. Windows color (decimal): -1783060 or 15518436. OLE color: 15518436.
HSL color Cylindrical-coordinate representation of color #E4CAEC: hue angle of 285.88º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4CAEC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 202 | 236 | - |
CMYK | 0.03 | 0.14 | 0 | 0.07 |
HSL | 285.88º | 0.47% | 0.86% | - |
HSV(B) | 285.88º | 0.14% | 0.93% | - |
XYZ | 68.26 | 64.79 | 88.27 | - |
YUV | 213.65 | 140.61 | 138.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 202 | 236 | 0.03 | 0.14 | 0 | 0.07 | 285.88 | 0.47 | 0.86 |
Hex | E4 | CA | EC | 3 | E | 0 | 7 | 11E | 2F | 56 |
Octal | 344 | 312 | 354 | 3 | 16 | 0 | 7 | 436 | 57 | 126 |
Binary | 11100100 | 11001010 | 11101100 | 11 | 1110 | 0 | 111 | 100011110 | 101111 | 1010110 |
Color Harmonies of #E4CAEC
Complementary color
Monochromatic Colors of #E4CAEC
Black with #E4CAEC
Text Example
Text Example
White with #E4CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CAEC; }
p { color: rgb(228,202,236); }
H1.HeaderClassName
{
color: #E4CAEC;
}
.AnyTagClassName
{
color: #E4CAEC;
}
</style>
background-color css
<style>
a { background-color: #E4CAEC; }
a { background-color: rgb(228,202,236); }
div.DivClassName
{
background-color: #E4CAEC;
}
.BgClassName
{
background-color: #E4CAEC;
}
</style>
border-color css
<style>
span { border-color: #E4CAEC; }
span { border-color: rgb(228,202,236); }
td.TdClassName
{
border-color: #E4CAEC;
}
.TagClassName
{
border-color: #E4CAEC;
}
</style>