Shades of Karry #FFDFC7
Tints of Karry #FFDFC7
RGB
CMYK
RGB Variations
Color information
#FFDFC7 (or 0xFFDFC7) is known color: Karry. HEX triplet: FF, DF and C7. RGB value is (255,223,199). Sum of RGB (Red+Green+Blue) = 255+223+199=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 199 (78.12% from 255 or 29.39% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC7 is #002038. Grayscale: #E5E5E5. Windows color (decimal): -8249 or 13099007. OLE color: 13099007.
HSL color Cylindrical-coordinate representation of color #FFDFC7: hue angle of 25.71º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFDFC7 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 199 | - |
| CMYK | 0 | 0.13 | 0.22 | 0 |
| HSL | 25.71º | 1% | 0.89% | - |
| HSV(B) | 25.71º | 0.22% | 1% | - |
| XYZ | 77.94 | 78.16 | 65.01 | - |
| YUV | 229.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 199 | 0 | 0.13 | 0.22 | 0 | 25.71 | 1 | 0.89 |
| Hex | FF | DF | C7 | 0 | D | 16 | 0 | 1A | 64 | 59 |
| Octal | 377 | 337 | 307 | 0 | 15 | 26 | 0 | 32 | 144 | 131 |
| Binary | 11111111 | 11011111 | 11000111 | 0 | 1101 | 10110 | 0 | 11010 | 1100100 | 1011001 |
Color Harmonies of #FFDFC7
Complementary color
Monochromatic Colors of #FFDFC7
Black with #FFDFC7
Text Example
Text Example
White with #FFDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFC7; }
p { color: rgb(255,223,199); }
H1.HeaderClassName
{
color: #FFDFC7;
}
.AnyTagClassName
{
color: #FFDFC7;
}
</style>
background-color css
<style>
a { background-color: #FFDFC7; }
a { background-color: rgb(255,223,199); }
div.DivClassName
{
background-color: #FFDFC7;
}
.BgClassName
{
background-color: #FFDFC7;
}
</style>
border-color css
<style>
span { border-color: #FFDFC7; }
span { border-color: rgb(255,223,199); }
td.TdClassName
{
border-color: #FFDFC7;
}
.TagClassName
{
border-color: #FFDFC7;
}
</style>