Shades of Karry #FFDEC8
Tints of Karry #FFDEC8
RGB
CMYK
RGB Variations
Color information
#FFDEC8 (or 0xFFDEC8) is known color: Karry. HEX triplet: FF, DE and C8. RGB value is (255,222,200). Sum of RGB (Red+Green+Blue) = 255+222+200=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 200 (78.52% from 255 or 29.54% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEC8 is #002137. Grayscale: #E5E5E5. Windows color (decimal): -8504 or 13164287. OLE color: 13164287.
HSL color Cylindrical-coordinate representation of color #FFDEC8: hue angle of 24º 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 #FFDEC8 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 200 | - |
| CMYK | 0 | 0.13 | 0.22 | 0 |
| HSL | 24º | 1% | 0.89% | - |
| HSV(B) | 24º | 0.22% | 1% | - |
| XYZ | 77.79 | 77.67 | 65.54 | - |
| YUV | 229.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 200 | 0 | 0.13 | 0.22 | 0 | 24 | 1 | 0.89 |
| Hex | FF | DE | C8 | 0 | D | 16 | 0 | 18 | 64 | 59 |
| Octal | 377 | 336 | 310 | 0 | 15 | 26 | 0 | 30 | 144 | 131 |
| Binary | 11111111 | 11011110 | 11001000 | 0 | 1101 | 10110 | 0 | 11000 | 1100100 | 1011001 |
Color Harmonies of #FFDEC8
Complementary color
Monochromatic Colors of #FFDEC8
Black with #FFDEC8
Text Example
Text Example
White with #FFDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEC8; }
p { color: rgb(255,222,200); }
H1.HeaderClassName
{
color: #FFDEC8;
}
.AnyTagClassName
{
color: #FFDEC8;
}
</style>
background-color css
<style>
a { background-color: #FFDEC8; }
a { background-color: rgb(255,222,200); }
div.DivClassName
{
background-color: #FFDEC8;
}
.BgClassName
{
background-color: #FFDEC8;
}
</style>
border-color css
<style>
span { border-color: #FFDEC8; }
span { border-color: rgb(255,222,200); }
td.TdClassName
{
border-color: #FFDEC8;
}
.TagClassName
{
border-color: #FFDEC8;
}
</style>