Shades of Blue Chalk #E6DCEE
Tints of Blue Chalk #E6DCEE
RGB
CMYK
RGB Variations
Color information
#E6DCEE (or 0xE6DCEE) is known color: Blue Chalk. HEX triplet: E6, DC and EE. RGB value is (230,220,238). Sum of RGB (Red+Green+Blue) = 230+220+238=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCEE is #192311. Grayscale: #E0E0E0. Windows color (decimal): -1647378 or 15654118. OLE color: 15654118.
HSL color Cylindrical-coordinate representation of color #E6DCEE: hue angle of 273.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6DCEE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 220 | 238 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.07 |
| HSL | 273.33º | 0.35% | 0.9% | - |
| HSV(B) | 273.33º | 0.08% | 0.93% | - |
| XYZ | 73.66 | 74.18 | 91.33 | - |
| YUV | 225.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 238 | 0.03 | 0.08 | 0 | 0.07 | 273.33 | 0.35 | 0.9 |
| Hex | E6 | DC | EE | 3 | 8 | 0 | 7 | 111 | 23 | 5A |
| Octal | 346 | 334 | 356 | 3 | 10 | 0 | 7 | 421 | 43 | 132 |
| Binary | 11100110 | 11011100 | 11101110 | 11 | 1000 | 0 | 111 | 100010001 | 100011 | 1011010 |
Color Harmonies of #E6DCEE
Complementary color
Monochromatic Colors of #E6DCEE
Black with #E6DCEE
Text Example
Text Example
White with #E6DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCEE; }
p { color: rgb(230,220,238); }
H1.HeaderClassName
{
color: #E6DCEE;
}
.AnyTagClassName
{
color: #E6DCEE;
}
</style>
background-color css
<style>
a { background-color: #E6DCEE; }
a { background-color: rgb(230,220,238); }
div.DivClassName
{
background-color: #E6DCEE;
}
.BgClassName
{
background-color: #E6DCEE;
}
</style>
border-color css
<style>
span { border-color: #E6DCEE; }
span { border-color: rgb(230,220,238); }
td.TdClassName
{
border-color: #E6DCEE;
}
.TagClassName
{
border-color: #E6DCEE;
}
</style>