Shades of Blue Chalk #E6D9F3
Tints of Blue Chalk #E6D9F3
RGB
CMYK
RGB Variations
Color information
#E6D9F3 (or 0xE6D9F3) is known color: Blue Chalk. HEX triplet: E6, D9 and F3. RGB value is (230,217,243). Sum of RGB (Red+Green+Blue) = 230+217+243=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6D9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9F3 is #19260C. Grayscale: #DFDFDF. Windows color (decimal): -1648141 or 15981030. OLE color: 15981030.
HSL color Cylindrical-coordinate representation of color #E6D9F3: hue angle of 270º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6D9F3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 230 | 217 | 243 | - |
CMYK | 0.05 | 0.11 | 0 | 0.05 |
HSL | 270º | 0.52% | 0.9% | - |
HSV(B) | 270º | 0.11% | 0.95% | - |
XYZ | 73.62 | 72.92 | 94.99 | - |
YUV | 223.85 | 138.81 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 217 | 243 | 0.05 | 0.11 | 0 | 0.05 | 270 | 0.52 | 0.9 |
Hex | E6 | D9 | F3 | 5 | B | 0 | 5 | 10E | 34 | 5A |
Octal | 346 | 331 | 363 | 5 | 13 | 0 | 5 | 416 | 64 | 132 |
Binary | 11100110 | 11011001 | 11110011 | 101 | 1011 | 0 | 101 | 100001110 | 110100 | 1011010 |
Color Harmonies of #E6D9F3
Complementary color
Monochromatic Colors of #E6D9F3
Black with #E6D9F3
Text Example
Text Example
White with #E6D9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9F3; }
p { color: rgb(230,217,243); }
H1.HeaderClassName
{
color: #E6D9F3;
}
.AnyTagClassName
{
color: #E6D9F3;
}
</style>
background-color css
<style>
a { background-color: #E6D9F3; }
a { background-color: rgb(230,217,243); }
div.DivClassName
{
background-color: #E6D9F3;
}
.BgClassName
{
background-color: #E6D9F3;
}
</style>
border-color css
<style>
span { border-color: #E6D9F3; }
span { border-color: rgb(230,217,243); }
td.TdClassName
{
border-color: #E6D9F3;
}
.TagClassName
{
border-color: #E6D9F3;
}
</style>