Shades of Karry #FFDEC0
Tints of Karry #FFDEC0
RGB
CMYK
RGB Variations
Color information
#FFDEC0 (or 0xFFDEC0) is known color: Karry. HEX triplet: FF, DE and C0. RGB value is (255,222,192). Sum of RGB (Red+Green+Blue) = 255+222+192=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 192 (75.39% from 255 or 28.70% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEC0 is #00213F. Grayscale: #E4E4E4. Windows color (decimal): -8512 or 12639999. OLE color: 12639999.
HSL color Cylindrical-coordinate representation of color #FFDEC0: hue angle of 28.57º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFDEC0 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 192 | - |
| CMYK | 0 | 0.13 | 0.25 | 0 |
| HSL | 28.57º | 1% | 0.88% | - |
| HSV(B) | 28.57º | 0.25% | 1% | - |
| XYZ | 76.88 | 77.31 | 60.74 | - |
| YUV | 228.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 192 | 0 | 0.13 | 0.25 | 0 | 28.57 | 1 | 0.88 |
| Hex | FF | DE | C0 | 0 | D | 19 | 0 | 1D | 64 | 58 |
| Octal | 377 | 336 | 300 | 0 | 15 | 31 | 0 | 35 | 144 | 130 |
| Binary | 11111111 | 11011110 | 11000000 | 0 | 1101 | 11001 | 0 | 11101 | 1100100 | 1011000 |
Color Harmonies of #FFDEC0
Complementary color
Monochromatic Colors of #FFDEC0
Black with #FFDEC0
Text Example
Text Example
White with #FFDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEC0; }
p { color: rgb(255,222,192); }
H1.HeaderClassName
{
color: #FFDEC0;
}
.AnyTagClassName
{
color: #FFDEC0;
}
</style>
background-color css
<style>
a { background-color: #FFDEC0; }
a { background-color: rgb(255,222,192); }
div.DivClassName
{
background-color: #FFDEC0;
}
.BgClassName
{
background-color: #FFDEC0;
}
</style>
border-color css
<style>
span { border-color: #FFDEC0; }
span { border-color: rgb(255,222,192); }
td.TdClassName
{
border-color: #FFDEC0;
}
.TagClassName
{
border-color: #FFDEC0;
}
</style>