Shades of Karry #FFDDC0
Tints of Karry #FFDDC0
RGB
CMYK
RGB Variations
Color information
#FFDDC0 (or 0xFFDDC0) is known color: Karry. HEX triplet: FF, DD and C0. RGB value is (255,221,192). Sum of RGB (Red+Green+Blue) = 255+221+192=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC0 is #00223F. Grayscale: #E4E4E4. Windows color (decimal): -8768 or 12639743. OLE color: 12639743.
HSL color Cylindrical-coordinate representation of color #FFDDC0: hue angle of 27.62º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFDDC0 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 192 | - |
| CMYK | 0 | 0.13 | 0.25 | 0 |
| HSL | 27.62º | 1% | 0.88% | - |
| HSV(B) | 27.62º | 0.25% | 1% | - |
| XYZ | 76.61 | 76.78 | 60.65 | - |
| YUV | 227.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 192 | 0 | 0.13 | 0.25 | 0 | 27.62 | 1 | 0.88 |
| Hex | FF | DD | C0 | 0 | D | 19 | 0 | 1C | 64 | 58 |
| Octal | 377 | 335 | 300 | 0 | 15 | 31 | 0 | 34 | 144 | 130 |
| Binary | 11111111 | 11011101 | 11000000 | 0 | 1101 | 11001 | 0 | 11100 | 1100100 | 1011000 |
Color Harmonies of #FFDDC0
Complementary color
Monochromatic Colors of #FFDDC0
Black with #FFDDC0
Text Example
Text Example
White with #FFDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDC0; }
p { color: rgb(255,221,192); }
H1.HeaderClassName
{
color: #FFDDC0;
}
.AnyTagClassName
{
color: #FFDDC0;
}
</style>
background-color css
<style>
a { background-color: #FFDDC0; }
a { background-color: rgb(255,221,192); }
div.DivClassName
{
background-color: #FFDDC0;
}
.BgClassName
{
background-color: #FFDDC0;
}
</style>
border-color css
<style>
span { border-color: #FFDDC0; }
span { border-color: rgb(255,221,192); }
td.TdClassName
{
border-color: #FFDDC0;
}
.TagClassName
{
border-color: #FFDDC0;
}
</style>