Shades of Blue Chalk #E6DCEF
Tints of Blue Chalk #E6DCEF
RGB
CMYK
RGB Variations
Color information
#E6DCEF (or 0xE6DCEF) is known color: Blue Chalk. HEX triplet: E6, DC and EF. RGB value is (230,220,239). Sum of RGB (Red+Green+Blue) = 230+220+239=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCEF is #192310. Grayscale: #E1E1E1. Windows color (decimal): -1647377 or 15719654. OLE color: 15719654.
HSL color Cylindrical-coordinate representation of color #E6DCEF: hue angle of 271.58º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6DCEF is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 230 | 220 | 239 | - |
CMYK | 0.04 | 0.08 | 0 | 0.06 |
HSL | 271.58º | 0.37% | 0.9% | - |
HSV(B) | 271.58º | 0.08% | 0.94% | - |
XYZ | 73.81 | 74.24 | 92.1 | - |
YUV | 225.16 | 135.81 | 131.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 220 | 239 | 0.04 | 0.08 | 0 | 0.06 | 271.58 | 0.37 | 0.9 |
Hex | E6 | DC | EF | 4 | 8 | 0 | 6 | 110 | 25 | 5A |
Octal | 346 | 334 | 357 | 4 | 10 | 0 | 6 | 420 | 45 | 132 |
Binary | 11100110 | 11011100 | 11101111 | 100 | 1000 | 0 | 110 | 100010000 | 100101 | 1011010 |
Color Harmonies of #E6DCEF
Complementary color
Monochromatic Colors of #E6DCEF
Black with #E6DCEF
Text Example
Text Example
White with #E6DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCEF; }
p { color: rgb(230,220,239); }
H1.HeaderClassName
{
color: #E6DCEF;
}
.AnyTagClassName
{
color: #E6DCEF;
}
</style>
background-color css
<style>
a { background-color: #E6DCEF; }
a { background-color: rgb(230,220,239); }
div.DivClassName
{
background-color: #E6DCEF;
}
.BgClassName
{
background-color: #E6DCEF;
}
</style>
border-color css
<style>
span { border-color: #E6DCEF; }
span { border-color: rgb(230,220,239); }
td.TdClassName
{
border-color: #E6DCEF;
}
.TagClassName
{
border-color: #E6DCEF;
}
</style>