Shades of Karry #FFDDC2
Tints of Karry #FFDDC2
RGB
CMYK
RGB Variations
Color information
#FFDDC2 (or 0xFFDDC2) is known color: Karry. HEX triplet: FF, DD and C2. RGB value is (255,221,194). Sum of RGB (Red+Green+Blue) = 255+221+194=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC2 is #00223D. Grayscale: #E4E4E4. Windows color (decimal): -8766 or 12770815. OLE color: 12770815.
HSL color Cylindrical-coordinate representation of color #FFDDC2: hue angle of 26.56º 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 #FFDDC2 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 194 | - |
| CMYK | 0 | 0.13 | 0.24 | 0 |
| HSL | 26.56º | 1% | 0.88% | - |
| HSV(B) | 26.56º | 0.24% | 1% | - |
| XYZ | 76.83 | 76.87 | 61.83 | - |
| YUV | 228.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 194 | 0 | 0.13 | 0.24 | 0 | 26.56 | 1 | 0.88 |
| Hex | FF | DD | C2 | 0 | D | 18 | 0 | 1B | 64 | 58 |
| Octal | 377 | 335 | 302 | 0 | 15 | 30 | 0 | 33 | 144 | 130 |
| Binary | 11111111 | 11011101 | 11000010 | 0 | 1101 | 11000 | 0 | 11011 | 1100100 | 1011000 |
Color Harmonies of #FFDDC2
Complementary color
Monochromatic Colors of #FFDDC2
Black with #FFDDC2
Text Example
Text Example
White with #FFDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDC2; }
p { color: rgb(255,221,194); }
H1.HeaderClassName
{
color: #FFDDC2;
}
.AnyTagClassName
{
color: #FFDDC2;
}
</style>
background-color css
<style>
a { background-color: #FFDDC2; }
a { background-color: rgb(255,221,194); }
div.DivClassName
{
background-color: #FFDDC2;
}
.BgClassName
{
background-color: #FFDDC2;
}
</style>
border-color css
<style>
span { border-color: #FFDDC2; }
span { border-color: rgb(255,221,194); }
td.TdClassName
{
border-color: #FFDDC2;
}
.TagClassName
{
border-color: #FFDDC2;
}
</style>