Shades of Karry #FFDEC3
Tints of Karry #FFDEC3
RGB
CMYK
RGB Variations
Color information
#FFDEC3 (or 0xFFDEC3) is known color: Karry. HEX triplet: FF, DE and C3. RGB value is (255,222,195). Sum of RGB (Red+Green+Blue) = 255+222+195=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 195 (76.56% from 255 or 29.02% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEC3 is #00213C. Grayscale: #E4E4E4. Windows color (decimal): -8509 or 12836607. OLE color: 12836607.
HSL color Cylindrical-coordinate representation of color #FFDEC3: hue angle of 27º 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 #FFDEC3 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 195 | - |
| CMYK | 0 | 0.13 | 0.24 | 0 |
| HSL | 27º | 1% | 0.88% | - |
| HSV(B) | 27º | 0.24% | 1% | - |
| XYZ | 77.21 | 77.44 | 62.51 | - |
| YUV | 228.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 195 | 0 | 0.13 | 0.24 | 0 | 27 | 1 | 0.88 |
| Hex | FF | DE | C3 | 0 | D | 18 | 0 | 1B | 64 | 58 |
| Octal | 377 | 336 | 303 | 0 | 15 | 30 | 0 | 33 | 144 | 130 |
| Binary | 11111111 | 11011110 | 11000011 | 0 | 1101 | 11000 | 0 | 11011 | 1100100 | 1011000 |
Color Harmonies of #FFDEC3
Complementary color
Monochromatic Colors of #FFDEC3
Black with #FFDEC3
Text Example
Text Example
White with #FFDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEC3; }
p { color: rgb(255,222,195); }
H1.HeaderClassName
{
color: #FFDEC3;
}
.AnyTagClassName
{
color: #FFDEC3;
}
</style>
background-color css
<style>
a { background-color: #FFDEC3; }
a { background-color: rgb(255,222,195); }
div.DivClassName
{
background-color: #FFDEC3;
}
.BgClassName
{
background-color: #FFDEC3;
}
</style>
border-color css
<style>
span { border-color: #FFDEC3; }
span { border-color: rgb(255,222,195); }
td.TdClassName
{
border-color: #FFDEC3;
}
.TagClassName
{
border-color: #FFDEC3;
}
</style>