Shades of Karry #FFDBC7
Tints of Karry #FFDBC7
RGB
CMYK
RGB Variations
Color information
#FFDBC7 (or 0xFFDBC7) is known color: Karry. HEX triplet: FF, DB and C7. RGB value is (255,219,199). Sum of RGB (Red+Green+Blue) = 255+219+199=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 199 (78.12% from 255 or 29.57% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBC7 is #002438. Grayscale: #E3E3E3. Windows color (decimal): -9273 or 13097983. OLE color: 13097983.
HSL color Cylindrical-coordinate representation of color #FFDBC7: hue angle of 21.43º 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 #FFDBC7 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 199 | - |
| CMYK | 0 | 0.14 | 0.22 | 0 |
| HSL | 21.43º | 1% | 0.89% | - |
| HSV(B) | 21.43º | 0.22% | 1% | - |
| XYZ | 76.88 | 76.05 | 64.66 | - |
| YUV | 227.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 199 | 0 | 0.14 | 0.22 | 0 | 21.43 | 1 | 0.89 |
| Hex | FF | DB | C7 | 0 | E | 16 | 0 | 15 | 64 | 59 |
| Octal | 377 | 333 | 307 | 0 | 16 | 26 | 0 | 25 | 144 | 131 |
| Binary | 11111111 | 11011011 | 11000111 | 0 | 1110 | 10110 | 0 | 10101 | 1100100 | 1011001 |
Color Harmonies of #FFDBC7
Complementary color
Monochromatic Colors of #FFDBC7
Black with #FFDBC7
Text Example
Text Example
White with #FFDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBC7; }
p { color: rgb(255,219,199); }
H1.HeaderClassName
{
color: #FFDBC7;
}
.AnyTagClassName
{
color: #FFDBC7;
}
</style>
background-color css
<style>
a { background-color: #FFDBC7; }
a { background-color: rgb(255,219,199); }
div.DivClassName
{
background-color: #FFDBC7;
}
.BgClassName
{
background-color: #FFDBC7;
}
</style>
border-color css
<style>
span { border-color: #FFDBC7; }
span { border-color: rgb(255,219,199); }
td.TdClassName
{
border-color: #FFDBC7;
}
.TagClassName
{
border-color: #FFDBC7;
}
</style>