Shades of Prim #E6DADF
Tints of Prim #E6DADF
RGB
CMYK
RGB Variations
Color information
#E6DADF (or 0xE6DADF) is known color: Prim. HEX triplet: E6, DA and DF. RGB value is (230,218,223). Sum of RGB (Red+Green+Blue) = 230+218+223=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DADF is #192520. Grayscale: #DEDEDE. Windows color (decimal): -1647905 or 14670566. OLE color: 14670566.
HSL color Cylindrical-coordinate representation of color #E6DADF: hue angle of 335º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DADF is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 218 | 223 | - |
CMYK | 0 | 0.05 | 0.03 | 0.10 |
HSL | 335º | 0.19% | 0.88% | - |
HSV(B) | 335º | 0.05% | 0.9% | - |
XYZ | 71.02 | 72.29 | 80.02 | - |
YUV | 222.16 | 128.48 | 133.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 218 | 223 | 0 | 0.05 | 0.03 | 0.10 | 335 | 0.19 | 0.88 |
Hex | E6 | DA | DF | 0 | 5 | 3 | A | 14F | 13 | 58 |
Octal | 346 | 332 | 337 | 0 | 5 | 3 | 12 | 517 | 23 | 130 |
Binary | 11100110 | 11011010 | 11011111 | 0 | 101 | 11 | 1010 | 101001111 | 10011 | 1011000 |
Color Harmonies of #E6DADF
Complementary color
Monochromatic Colors of #E6DADF
Black with #E6DADF
Text Example
Text Example
White with #E6DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DADF; }
p { color: rgb(230,218,223); }
H1.HeaderClassName
{
color: #E6DADF;
}
.AnyTagClassName
{
color: #E6DADF;
}
</style>
background-color css
<style>
a { background-color: #E6DADF; }
a { background-color: rgb(230,218,223); }
div.DivClassName
{
background-color: #E6DADF;
}
.BgClassName
{
background-color: #E6DADF;
}
</style>
border-color css
<style>
span { border-color: #E6DADF; }
span { border-color: rgb(230,218,223); }
td.TdClassName
{
border-color: #E6DADF;
}
.TagClassName
{
border-color: #E6DADF;
}
</style>