Shades of Karry #FFDDC7
Tints of Karry #FFDDC7
RGB
CMYK
RGB Variations
Color information
#FFDDC7 (or 0xFFDDC7) is known color: Karry. HEX triplet: FF, DD and C7. RGB value is (255,221,199). Sum of RGB (Red+Green+Blue) = 255+221+199=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 199 (78.12% from 255 or 29.48% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC7 is #002238. Grayscale: #E4E4E4. Windows color (decimal): -8761 or 13098495. OLE color: 13098495.
HSL color Cylindrical-coordinate representation of color #FFDDC7: hue angle of 23.57º 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 #FFDDC7 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 199 | - |
| CMYK | 0 | 0.13 | 0.22 | 0 |
| HSL | 23.57º | 1% | 0.89% | - |
| HSV(B) | 23.57º | 0.22% | 1% | - |
| XYZ | 77.41 | 77.1 | 64.83 | - |
| YUV | 228.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 199 | 0 | 0.13 | 0.22 | 0 | 23.57 | 1 | 0.89 |
| Hex | FF | DD | C7 | 0 | D | 16 | 0 | 18 | 64 | 59 |
| Octal | 377 | 335 | 307 | 0 | 15 | 26 | 0 | 30 | 144 | 131 |
| Binary | 11111111 | 11011101 | 11000111 | 0 | 1101 | 10110 | 0 | 11000 | 1100100 | 1011001 |
Color Harmonies of #FFDDC7
Complementary color
Monochromatic Colors of #FFDDC7
Black with #FFDDC7
Text Example
Text Example
White with #FFDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDC7; }
p { color: rgb(255,221,199); }
H1.HeaderClassName
{
color: #FFDDC7;
}
.AnyTagClassName
{
color: #FFDDC7;
}
</style>
background-color css
<style>
a { background-color: #FFDDC7; }
a { background-color: rgb(255,221,199); }
div.DivClassName
{
background-color: #FFDDC7;
}
.BgClassName
{
background-color: #FFDDC7;
}
</style>
border-color css
<style>
span { border-color: #FFDDC7; }
span { border-color: rgb(255,221,199); }
td.TdClassName
{
border-color: #FFDDC7;
}
.TagClassName
{
border-color: #FFDDC7;
}
</style>