Shades of Karry #FFDEC1
Tints of Karry #FFDEC1
RGB
CMYK
RGB Variations
Color information
#FFDEC1 (or 0xFFDEC1) is known color: Karry. HEX triplet: FF, DE and C1. RGB value is (255,222,193). Sum of RGB (Red+Green+Blue) = 255+222+193=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 193 (75.78% from 255 or 28.81% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEC1 is #00213E. Grayscale: #E4E4E4. Windows color (decimal): -8511 or 12705535. OLE color: 12705535.
HSL color Cylindrical-coordinate representation of color #FFDEC1: hue angle of 28.06º 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 #FFDEC1 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 193 | - |
| CMYK | 0 | 0.13 | 0.24 | 0 |
| HSL | 28.06º | 1% | 0.88% | - |
| HSV(B) | 28.06º | 0.24% | 1% | - |
| XYZ | 76.99 | 77.35 | 61.33 | - |
| YUV | 228.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 193 | 0 | 0.13 | 0.24 | 0 | 28.06 | 1 | 0.88 |
| Hex | FF | DE | C1 | 0 | D | 18 | 0 | 1C | 64 | 58 |
| Octal | 377 | 336 | 301 | 0 | 15 | 30 | 0 | 34 | 144 | 130 |
| Binary | 11111111 | 11011110 | 11000001 | 0 | 1101 | 11000 | 0 | 11100 | 1100100 | 1011000 |
Color Harmonies of #FFDEC1
Complementary color
Monochromatic Colors of #FFDEC1
Black with #FFDEC1
Text Example
Text Example
White with #FFDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEC1; }
p { color: rgb(255,222,193); }
H1.HeaderClassName
{
color: #FFDEC1;
}
.AnyTagClassName
{
color: #FFDEC1;
}
</style>
background-color css
<style>
a { background-color: #FFDEC1; }
a { background-color: rgb(255,222,193); }
div.DivClassName
{
background-color: #FFDEC1;
}
.BgClassName
{
background-color: #FFDEC1;
}
</style>
border-color css
<style>
span { border-color: #FFDEC1; }
span { border-color: rgb(255,222,193); }
td.TdClassName
{
border-color: #FFDEC1;
}
.TagClassName
{
border-color: #FFDEC1;
}
</style>