Shades of Karry #FFDFC6
Tints of Karry #FFDFC6
RGB
CMYK
RGB Variations
Color information
#FFDFC6 (or 0xFFDFC6) is known color: Karry. HEX triplet: FF, DF and C6. RGB value is (255,223,198). Sum of RGB (Red+Green+Blue) = 255+223+198=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 198 (77.73% from 255 or 29.29% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC6 is #002039. Grayscale: #E5E5E5. Windows color (decimal): -8250 or 13033471. OLE color: 13033471.
HSL color Cylindrical-coordinate representation of color #FFDFC6: hue angle of 26.32º 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 #FFDFC6 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 198 | - |
| CMYK | 0 | 0.13 | 0.22 | 0 |
| HSL | 26.32º | 1% | 0.89% | - |
| HSV(B) | 26.32º | 0.22% | 1% | - |
| XYZ | 77.82 | 78.11 | 64.4 | - |
| YUV | 229.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 198 | 0 | 0.13 | 0.22 | 0 | 26.32 | 1 | 0.89 |
| Hex | FF | DF | C6 | 0 | D | 16 | 0 | 1A | 64 | 59 |
| Octal | 377 | 337 | 306 | 0 | 15 | 26 | 0 | 32 | 144 | 131 |
| Binary | 11111111 | 11011111 | 11000110 | 0 | 1101 | 10110 | 0 | 11010 | 1100100 | 1011001 |
Color Harmonies of #FFDFC6
Complementary color
Monochromatic Colors of #FFDFC6
Black with #FFDFC6
Text Example
Text Example
White with #FFDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFC6; }
p { color: rgb(255,223,198); }
H1.HeaderClassName
{
color: #FFDFC6;
}
.AnyTagClassName
{
color: #FFDFC6;
}
</style>
background-color css
<style>
a { background-color: #FFDFC6; }
a { background-color: rgb(255,223,198); }
div.DivClassName
{
background-color: #FFDFC6;
}
.BgClassName
{
background-color: #FFDFC6;
}
</style>
border-color css
<style>
span { border-color: #FFDFC6; }
span { border-color: rgb(255,223,198); }
td.TdClassName
{
border-color: #FFDFC6;
}
.TagClassName
{
border-color: #FFDFC6;
}
</style>