Shades of Karry #FFDBC5
Tints of Karry #FFDBC5
RGB
CMYK
RGB Variations
Color information
#FFDBC5 (or 0xFFDBC5) is known color: Karry. HEX triplet: FF, DB and C5. RGB value is (255,219,197). Sum of RGB (Red+Green+Blue) = 255+219+197=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBC5 is #00243A. Grayscale: #E3E3E3. Windows color (decimal): -9275 or 12966911. OLE color: 12966911.
HSL color Cylindrical-coordinate representation of color #FFDBC5: hue angle of 22.76º 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 #FFDBC5 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 197 | - |
| CMYK | 0 | 0.14 | 0.23 | 0 |
| HSL | 22.76º | 1% | 0.89% | - |
| HSV(B) | 22.76º | 0.23% | 1% | - |
| XYZ | 76.65 | 75.95 | 63.44 | - |
| YUV | 227.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 197 | 0 | 0.14 | 0.23 | 0 | 22.76 | 1 | 0.89 |
| Hex | FF | DB | C5 | 0 | E | 17 | 0 | 17 | 64 | 59 |
| Octal | 377 | 333 | 305 | 0 | 16 | 27 | 0 | 27 | 144 | 131 |
| Binary | 11111111 | 11011011 | 11000101 | 0 | 1110 | 10111 | 0 | 10111 | 1100100 | 1011001 |
Color Harmonies of #FFDBC5
Complementary color
Monochromatic Colors of #FFDBC5
Black with #FFDBC5
Text Example
Text Example
White with #FFDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBC5; }
p { color: rgb(255,219,197); }
H1.HeaderClassName
{
color: #FFDBC5;
}
.AnyTagClassName
{
color: #FFDBC5;
}
</style>
background-color css
<style>
a { background-color: #FFDBC5; }
a { background-color: rgb(255,219,197); }
div.DivClassName
{
background-color: #FFDBC5;
}
.BgClassName
{
background-color: #FFDBC5;
}
</style>
border-color css
<style>
span { border-color: #FFDBC5; }
span { border-color: rgb(255,219,197); }
td.TdClassName
{
border-color: #FFDBC5;
}
.TagClassName
{
border-color: #FFDBC5;
}
</style>