Shades of Karry #FFDCC8
Tints of Karry #FFDCC8
RGB
CMYK
RGB Variations
Color information
#FFDCC8 (or 0xFFDCC8) is known color: Karry. HEX triplet: FF, DC and C8. RGB value is (255,220,200). Sum of RGB (Red+Green+Blue) = 255+220+200=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 200 (78.52% from 255 or 29.63% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCC8 is #002337. Grayscale: #E4E4E4. Windows color (decimal): -9016 or 13163775. OLE color: 13163775.
HSL color Cylindrical-coordinate representation of color #FFDCC8: hue angle of 21.82º 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 #FFDCC8 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 200 | - |
| CMYK | 0 | 0.14 | 0.22 | 0 |
| HSL | 21.82º | 1% | 0.89% | - |
| HSV(B) | 21.82º | 0.22% | 1% | - |
| XYZ | 77.26 | 76.62 | 65.36 | - |
| YUV | 228.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 200 | 0 | 0.14 | 0.22 | 0 | 21.82 | 1 | 0.89 |
| Hex | FF | DC | C8 | 0 | E | 16 | 0 | 16 | 64 | 59 |
| Octal | 377 | 334 | 310 | 0 | 16 | 26 | 0 | 26 | 144 | 131 |
| Binary | 11111111 | 11011100 | 11001000 | 0 | 1110 | 10110 | 0 | 10110 | 1100100 | 1011001 |
Color Harmonies of #FFDCC8
Complementary color
Monochromatic Colors of #FFDCC8
Black with #FFDCC8
Text Example
Text Example
White with #FFDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCC8; }
p { color: rgb(255,220,200); }
H1.HeaderClassName
{
color: #FFDCC8;
}
.AnyTagClassName
{
color: #FFDCC8;
}
</style>
background-color css
<style>
a { background-color: #FFDCC8; }
a { background-color: rgb(255,220,200); }
div.DivClassName
{
background-color: #FFDCC8;
}
.BgClassName
{
background-color: #FFDCC8;
}
</style>
border-color css
<style>
span { border-color: #FFDCC8; }
span { border-color: rgb(255,220,200); }
td.TdClassName
{
border-color: #FFDCC8;
}
.TagClassName
{
border-color: #FFDCC8;
}
</style>