Shades of Karry #FFDDC4
Tints of Karry #FFDDC4
RGB
CMYK
RGB Variations
Color information
#FFDDC4 (or 0xFFDDC4) is known color: Karry. HEX triplet: FF, DD and C4. RGB value is (255,221,196). Sum of RGB (Red+Green+Blue) = 255+221+196=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 196 (76.95% from 255 or 29.17% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC4 is #00223B. Grayscale: #E4E4E4. Windows color (decimal): -8764 or 12901887. OLE color: 12901887.
HSL color Cylindrical-coordinate representation of color #FFDDC4: hue angle of 25.42º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFDDC4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 196 | - |
| CMYK | 0 | 0.13 | 0.23 | 0 |
| HSL | 25.42º | 1% | 0.88% | - |
| HSV(B) | 25.42º | 0.23% | 1% | - |
| XYZ | 77.06 | 76.96 | 63.02 | - |
| YUV | 228.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 196 | 0 | 0.13 | 0.23 | 0 | 25.42 | 1 | 0.88 |
| Hex | FF | DD | C4 | 0 | D | 17 | 0 | 19 | 64 | 58 |
| Octal | 377 | 335 | 304 | 0 | 15 | 27 | 0 | 31 | 144 | 130 |
| Binary | 11111111 | 11011101 | 11000100 | 0 | 1101 | 10111 | 0 | 11001 | 1100100 | 1011000 |
Color Harmonies of #FFDDC4
Complementary color
Monochromatic Colors of #FFDDC4
Black with #FFDDC4
Text Example
Text Example
White with #FFDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDC4; }
p { color: rgb(255,221,196); }
H1.HeaderClassName
{
color: #FFDDC4;
}
.AnyTagClassName
{
color: #FFDDC4;
}
</style>
background-color css
<style>
a { background-color: #FFDDC4; }
a { background-color: rgb(255,221,196); }
div.DivClassName
{
background-color: #FFDDC4;
}
.BgClassName
{
background-color: #FFDDC4;
}
</style>
border-color css
<style>
span { border-color: #FFDDC4; }
span { border-color: rgb(255,221,196); }
td.TdClassName
{
border-color: #FFDDC4;
}
.TagClassName
{
border-color: #FFDDC4;
}
</style>