Shades of Solitaire #EFDCC3
Tints of Solitaire #EFDCC3
RGB
CMYK
RGB Variations
Color information
#EFDCC3 (or 0xEFDCC3) is known color: Solitaire. HEX triplet: EF, DC and C3. RGB value is (239,220,195). Sum of RGB (Red+Green+Blue) = 239+220+195=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC3 is #10233C. Grayscale: #DEDEDE. Windows color (decimal): -1057597 or 12836079. OLE color: 12836079.
HSL color Cylindrical-coordinate representation of color #EFDCC3: hue angle of 34.09º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFDCC3 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 220 | 195 | - |
CMYK | 0 | 0.08 | 0.18 | 0.06 |
HSL | 34.09º | 0.58% | 0.85% | - |
HSV(B) | 34.09º | 0.18% | 0.94% | - |
XYZ | 71.04 | 73.48 | 62.07 | - |
YUV | 222.83 | 112.29 | 139.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 220 | 195 | 0 | 0.08 | 0.18 | 0.06 | 34.09 | 0.58 | 0.85 |
Hex | EF | DC | C3 | 0 | 8 | 12 | 6 | 22 | 3A | 55 |
Octal | 357 | 334 | 303 | 0 | 10 | 22 | 6 | 42 | 72 | 125 |
Binary | 11101111 | 11011100 | 11000011 | 0 | 1000 | 10010 | 110 | 100010 | 111010 | 1010101 |
Color Harmonies of #EFDCC3
Complementary color
Monochromatic Colors of #EFDCC3
Black with #EFDCC3
Text Example
Text Example
White with #EFDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCC3; }
p { color: rgb(239,220,195); }
H1.HeaderClassName
{
color: #EFDCC3;
}
.AnyTagClassName
{
color: #EFDCC3;
}
</style>
background-color css
<style>
a { background-color: #EFDCC3; }
a { background-color: rgb(239,220,195); }
div.DivClassName
{
background-color: #EFDCC3;
}
.BgClassName
{
background-color: #EFDCC3;
}
</style>
border-color css
<style>
span { border-color: #EFDCC3; }
span { border-color: rgb(239,220,195); }
td.TdClassName
{
border-color: #EFDCC3;
}
.TagClassName
{
border-color: #EFDCC3;
}
</style>