Shades of Karry #FFDFC5
Tints of Karry #FFDFC5
RGB
CMYK
RGB Variations
Color information
#FFDFC5 (or 0xFFDFC5) is known color: Karry. HEX triplet: FF, DF and C5. RGB value is (255,223,197). Sum of RGB (Red+Green+Blue) = 255+223+197=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 197 (77.34% from 255 or 29.19% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC5 is #00203A. Grayscale: #E5E5E5. Windows color (decimal): -8251 or 12967935. OLE color: 12967935.
HSL color Cylindrical-coordinate representation of color #FFDFC5: hue angle of 26.9º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFDFC5 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 197 | - |
| CMYK | 0 | 0.13 | 0.23 | 0 |
| HSL | 26.9º | 1% | 0.89% | - |
| HSV(B) | 26.9º | 0.23% | 1% | - |
| XYZ | 77.71 | 78.07 | 63.8 | - |
| YUV | 229.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 197 | 0 | 0.13 | 0.23 | 0 | 26.9 | 1 | 0.89 |
| Hex | FF | DF | C5 | 0 | D | 17 | 0 | 1B | 64 | 59 |
| Octal | 377 | 337 | 305 | 0 | 15 | 27 | 0 | 33 | 144 | 131 |
| Binary | 11111111 | 11011111 | 11000101 | 0 | 1101 | 10111 | 0 | 11011 | 1100100 | 1011001 |
Color Harmonies of #FFDFC5
Complementary color
Monochromatic Colors of #FFDFC5
Black with #FFDFC5
Text Example
Text Example
White with #FFDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFC5; }
p { color: rgb(255,223,197); }
H1.HeaderClassName
{
color: #FFDFC5;
}
.AnyTagClassName
{
color: #FFDFC5;
}
</style>
background-color css
<style>
a { background-color: #FFDFC5; }
a { background-color: rgb(255,223,197); }
div.DivClassName
{
background-color: #FFDFC5;
}
.BgClassName
{
background-color: #FFDFC5;
}
</style>
border-color css
<style>
span { border-color: #FFDFC5; }
span { border-color: rgb(255,223,197); }
td.TdClassName
{
border-color: #FFDFC5;
}
.TagClassName
{
border-color: #FFDFC5;
}
</style>