Shades of Karry #FFDFC3
Tints of Karry #FFDFC3
RGB
CMYK
RGB Variations
Color information
#FFDFC3 (or 0xFFDFC3) is known color: Karry. HEX triplet: FF, DF and C3. RGB value is (255,223,195). Sum of RGB (Red+Green+Blue) = 255+223+195=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 195 (76.56% from 255 or 28.97% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC3 is #00203C. Grayscale: #E5E5E5. Windows color (decimal): -8253 or 12836863. OLE color: 12836863.
HSL color Cylindrical-coordinate representation of color #FFDFC3: hue angle of 28º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFDFC3 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 195 | - |
| CMYK | 0 | 0.13 | 0.24 | 0 |
| HSL | 28º | 1% | 0.88% | - |
| HSV(B) | 28º | 0.24% | 1% | - |
| XYZ | 77.48 | 77.98 | 62.6 | - |
| YUV | 229.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 195 | 0 | 0.13 | 0.24 | 0 | 28 | 1 | 0.88 |
| Hex | FF | DF | C3 | 0 | D | 18 | 0 | 1C | 64 | 58 |
| Octal | 377 | 337 | 303 | 0 | 15 | 30 | 0 | 34 | 144 | 130 |
| Binary | 11111111 | 11011111 | 11000011 | 0 | 1101 | 11000 | 0 | 11100 | 1100100 | 1011000 |
Color Harmonies of #FFDFC3
Complementary color
Monochromatic Colors of #FFDFC3
Black with #FFDFC3
Text Example
Text Example
White with #FFDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFC3; }
p { color: rgb(255,223,195); }
H1.HeaderClassName
{
color: #FFDFC3;
}
.AnyTagClassName
{
color: #FFDFC3;
}
</style>
background-color css
<style>
a { background-color: #FFDFC3; }
a { background-color: rgb(255,223,195); }
div.DivClassName
{
background-color: #FFDFC3;
}
.BgClassName
{
background-color: #FFDFC3;
}
</style>
border-color css
<style>
span { border-color: #FFDFC3; }
span { border-color: rgb(255,223,195); }
td.TdClassName
{
border-color: #FFDFC3;
}
.TagClassName
{
border-color: #FFDFC3;
}
</style>