Shades of Karry #FFDDC6
Tints of Karry #FFDDC6
RGB
CMYK
RGB Variations
Color information
#FFDDC6 (or 0xFFDDC6) is known color: Karry. HEX triplet: FF, DD and C6. RGB value is (255,221,198). Sum of RGB (Red+Green+Blue) = 255+221+198=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 198 (77.73% from 255 or 29.38% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC6 is #002239. Grayscale: #E4E4E4. Windows color (decimal): -8762 or 13032959. OLE color: 13032959.
HSL color Cylindrical-coordinate representation of color #FFDDC6: hue angle of 24.21º 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 #FFDDC6 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 198 | - |
| CMYK | 0 | 0.13 | 0.22 | 0 |
| HSL | 24.21º | 1% | 0.89% | - |
| HSV(B) | 24.21º | 0.22% | 1% | - |
| XYZ | 77.29 | 77.05 | 64.22 | - |
| YUV | 228.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 198 | 0 | 0.13 | 0.22 | 0 | 24.21 | 1 | 0.89 |
| Hex | FF | DD | C6 | 0 | D | 16 | 0 | 18 | 64 | 59 |
| Octal | 377 | 335 | 306 | 0 | 15 | 26 | 0 | 30 | 144 | 131 |
| Binary | 11111111 | 11011101 | 11000110 | 0 | 1101 | 10110 | 0 | 11000 | 1100100 | 1011001 |
Color Harmonies of #FFDDC6
Complementary color
Monochromatic Colors of #FFDDC6
Black with #FFDDC6
Text Example
Text Example
White with #FFDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDC6; }
p { color: rgb(255,221,198); }
H1.HeaderClassName
{
color: #FFDDC6;
}
.AnyTagClassName
{
color: #FFDDC6;
}
</style>
background-color css
<style>
a { background-color: #FFDDC6; }
a { background-color: rgb(255,221,198); }
div.DivClassName
{
background-color: #FFDDC6;
}
.BgClassName
{
background-color: #FFDDC6;
}
</style>
border-color css
<style>
span { border-color: #FFDDC6; }
span { border-color: rgb(255,221,198); }
td.TdClassName
{
border-color: #FFDDC6;
}
.TagClassName
{
border-color: #FFDDC6;
}
</style>