Shades of Blue Chalk #E6DBEC
Tints of Blue Chalk #E6DBEC
RGB
CMYK
RGB Variations
Color information
#E6DBEC (or 0xE6DBEC) is known color: Blue Chalk. HEX triplet: E6, DB and EC. RGB value is (230,219,236). Sum of RGB (Red+Green+Blue) = 230+219+236=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBEC is #192413. Grayscale: #E0E0E0. Windows color (decimal): -1647636 or 15522790. OLE color: 15522790.
HSL color Cylindrical-coordinate representation of color #E6DBEC: hue angle of 278.82º degrees, saturation: 0.31, 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 #E6DBEC is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 219 | 236 | - |
CMYK | 0.03 | 0.07 | 0 | 0.07 |
HSL | 278.82º | 0.31% | 0.89% | - |
HSV(B) | 278.82º | 0.07% | 0.93% | - |
XYZ | 73.1 | 73.54 | 89.7 | - |
YUV | 224.23 | 134.64 | 132.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 219 | 236 | 0.03 | 0.07 | 0 | 0.07 | 278.82 | 0.31 | 0.89 |
Hex | E6 | DB | EC | 3 | 7 | 0 | 7 | 117 | 1F | 59 |
Octal | 346 | 333 | 354 | 3 | 7 | 0 | 7 | 427 | 37 | 131 |
Binary | 11100110 | 11011011 | 11101100 | 11 | 111 | 0 | 111 | 100010111 | 11111 | 1011001 |
Color Harmonies of #E6DBEC
Complementary color
Monochromatic Colors of #E6DBEC
Black with #E6DBEC
Text Example
Text Example
White with #E6DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBEC; }
p { color: rgb(230,219,236); }
H1.HeaderClassName
{
color: #E6DBEC;
}
.AnyTagClassName
{
color: #E6DBEC;
}
</style>
background-color css
<style>
a { background-color: #E6DBEC; }
a { background-color: rgb(230,219,236); }
div.DivClassName
{
background-color: #E6DBEC;
}
.BgClassName
{
background-color: #E6DBEC;
}
</style>
border-color css
<style>
span { border-color: #E6DBEC; }
span { border-color: rgb(230,219,236); }
td.TdClassName
{
border-color: #E6DBEC;
}
.TagClassName
{
border-color: #E6DBEC;
}
</style>