Shades of Blue Chalk #E6DCEC
Tints of Blue Chalk #E6DCEC
RGB
CMYK
RGB Variations
Color information
#E6DCEC (or 0xE6DCEC) is known color: Blue Chalk. HEX triplet: E6, DC and EC. RGB value is (230,220,236). Sum of RGB (Red+Green+Blue) = 230+220+236=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCEC is #192313. Grayscale: #E0E0E0. Windows color (decimal): -1647380 or 15523046. OLE color: 15523046.
HSL color Cylindrical-coordinate representation of color #E6DCEC: hue angle of 277.5º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6DCEC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 220 | 236 | - |
CMYK | 0.03 | 0.07 | 0 | 0.07 |
HSL | 277.5º | 0.3% | 0.89% | - |
HSV(B) | 277.5º | 0.07% | 0.93% | - |
XYZ | 73.37 | 74.07 | 89.79 | - |
YUV | 224.81 | 134.31 | 131.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 220 | 236 | 0.03 | 0.07 | 0 | 0.07 | 277.5 | 0.3 | 0.89 |
Hex | E6 | DC | EC | 3 | 7 | 0 | 7 | 116 | 1E | 59 |
Octal | 346 | 334 | 354 | 3 | 7 | 0 | 7 | 426 | 36 | 131 |
Binary | 11100110 | 11011100 | 11101100 | 11 | 111 | 0 | 111 | 100010110 | 11110 | 1011001 |
Color Harmonies of #E6DCEC
Complementary color
Monochromatic Colors of #E6DCEC
Black with #E6DCEC
Text Example
Text Example
White with #E6DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCEC; }
p { color: rgb(230,220,236); }
H1.HeaderClassName
{
color: #E6DCEC;
}
.AnyTagClassName
{
color: #E6DCEC;
}
</style>
background-color css
<style>
a { background-color: #E6DCEC; }
a { background-color: rgb(230,220,236); }
div.DivClassName
{
background-color: #E6DCEC;
}
.BgClassName
{
background-color: #E6DCEC;
}
</style>
border-color css
<style>
span { border-color: #E6DCEC; }
span { border-color: rgb(230,220,236); }
td.TdClassName
{
border-color: #E6DCEC;
}
.TagClassName
{
border-color: #E6DCEC;
}
</style>