Shades of Karry #FFDDC1
Tints of Karry #FFDDC1
RGB
CMYK
RGB Variations
Color information
#FFDDC1 (or 0xFFDDC1) is known color: Karry. HEX triplet: FF, DD and C1. RGB value is (255,221,193). Sum of RGB (Red+Green+Blue) = 255+221+193=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 193 (75.78% from 255 or 28.85% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC1 is #00223E. Grayscale: #E4E4E4. Windows color (decimal): -8767 or 12705279. OLE color: 12705279.
HSL color Cylindrical-coordinate representation of color #FFDDC1: hue angle of 27.1º 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 #FFDDC1 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 193 | - |
| CMYK | 0 | 0.13 | 0.24 | 0 |
| HSL | 27.1º | 1% | 0.88% | - |
| HSV(B) | 27.1º | 0.24% | 1% | - |
| XYZ | 76.72 | 76.82 | 61.24 | - |
| YUV | 227.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 193 | 0 | 0.13 | 0.24 | 0 | 27.1 | 1 | 0.88 |
| Hex | FF | DD | C1 | 0 | D | 18 | 0 | 1B | 64 | 58 |
| Octal | 377 | 335 | 301 | 0 | 15 | 30 | 0 | 33 | 144 | 130 |
| Binary | 11111111 | 11011101 | 11000001 | 0 | 1101 | 11000 | 0 | 11011 | 1100100 | 1011000 |
Color Harmonies of #FFDDC1
Complementary color
Monochromatic Colors of #FFDDC1
Black with #FFDDC1
Text Example
Text Example
White with #FFDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDC1; }
p { color: rgb(255,221,193); }
H1.HeaderClassName
{
color: #FFDDC1;
}
.AnyTagClassName
{
color: #FFDDC1;
}
</style>
background-color css
<style>
a { background-color: #FFDDC1; }
a { background-color: rgb(255,221,193); }
div.DivClassName
{
background-color: #FFDDC1;
}
.BgClassName
{
background-color: #FFDDC1;
}
</style>
border-color css
<style>
span { border-color: #FFDDC1; }
span { border-color: rgb(255,221,193); }
td.TdClassName
{
border-color: #FFDDC1;
}
.TagClassName
{
border-color: #FFDDC1;
}
</style>