Shades of Karry #FFDFC8
Tints of Karry #FFDFC8
RGB
CMYK
RGB Variations
Color information
#FFDFC8 (or 0xFFDFC8) is known color: Karry. HEX triplet: FF, DF and C8. RGB value is (255,223,200). Sum of RGB (Red+Green+Blue) = 255+223+200=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 200 (78.52% from 255 or 29.50% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC8 is #002037. Grayscale: #E6E6E6. Windows color (decimal): -8248 or 13164543. OLE color: 13164543.
HSL color Cylindrical-coordinate representation of color #FFDFC8: hue angle of 25.09º 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 #FFDFC8 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 200 | - |
| CMYK | 0 | 0.13 | 0.22 | 0 |
| HSL | 25.09º | 1% | 0.89% | - |
| HSV(B) | 25.09º | 0.22% | 1% | - |
| XYZ | 78.05 | 78.21 | 65.62 | - |
| YUV | 229.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 200 | 0 | 0.13 | 0.22 | 0 | 25.09 | 1 | 0.89 |
| Hex | FF | DF | C8 | 0 | D | 16 | 0 | 19 | 64 | 59 |
| Octal | 377 | 337 | 310 | 0 | 15 | 26 | 0 | 31 | 144 | 131 |
| Binary | 11111111 | 11011111 | 11001000 | 0 | 1101 | 10110 | 0 | 11001 | 1100100 | 1011001 |
Color Harmonies of #FFDFC8
Complementary color
Monochromatic Colors of #FFDFC8
Black with #FFDFC8
Text Example
Text Example
White with #FFDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFC8; }
p { color: rgb(255,223,200); }
H1.HeaderClassName
{
color: #FFDFC8;
}
.AnyTagClassName
{
color: #FFDFC8;
}
</style>
background-color css
<style>
a { background-color: #FFDFC8; }
a { background-color: rgb(255,223,200); }
div.DivClassName
{
background-color: #FFDFC8;
}
.BgClassName
{
background-color: #FFDFC8;
}
</style>
border-color css
<style>
span { border-color: #FFDFC8; }
span { border-color: rgb(255,223,200); }
td.TdClassName
{
border-color: #FFDFC8;
}
.TagClassName
{
border-color: #FFDFC8;
}
</style>