Shades of Karry #FFDCC6
Tints of Karry #FFDCC6
RGB
CMYK
RGB Variations
Color information
#FFDCC6 (or 0xFFDCC6) is known color: Karry. HEX triplet: FF, DC and C6. RGB value is (255,220,198). Sum of RGB (Red+Green+Blue) = 255+220+198=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCC6 is #002339. Grayscale: #E4E4E4. Windows color (decimal): -9018 or 13032703. OLE color: 13032703.
HSL color Cylindrical-coordinate representation of color #FFDCC6: hue angle of 23.16º 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 #FFDCC6 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 198 | - |
| CMYK | 0 | 0.14 | 0.22 | 0 |
| HSL | 23.16º | 1% | 0.89% | - |
| HSV(B) | 23.16º | 0.22% | 1% | - |
| XYZ | 77.03 | 76.52 | 64.14 | - |
| YUV | 227.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 198 | 0 | 0.14 | 0.22 | 0 | 23.16 | 1 | 0.89 |
| Hex | FF | DC | C6 | 0 | E | 16 | 0 | 17 | 64 | 59 |
| Octal | 377 | 334 | 306 | 0 | 16 | 26 | 0 | 27 | 144 | 131 |
| Binary | 11111111 | 11011100 | 11000110 | 0 | 1110 | 10110 | 0 | 10111 | 1100100 | 1011001 |
Color Harmonies of #FFDCC6
Complementary color
Monochromatic Colors of #FFDCC6
Black with #FFDCC6
Text Example
Text Example
White with #FFDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCC6; }
p { color: rgb(255,220,198); }
H1.HeaderClassName
{
color: #FFDCC6;
}
.AnyTagClassName
{
color: #FFDCC6;
}
</style>
background-color css
<style>
a { background-color: #FFDCC6; }
a { background-color: rgb(255,220,198); }
div.DivClassName
{
background-color: #FFDCC6;
}
.BgClassName
{
background-color: #FFDCC6;
}
</style>
border-color css
<style>
span { border-color: #FFDCC6; }
span { border-color: rgb(255,220,198); }
td.TdClassName
{
border-color: #FFDCC6;
}
.TagClassName
{
border-color: #FFDCC6;
}
</style>