Shades of Karry #FFDCC7
Tints of Karry #FFDCC7
RGB
CMYK
RGB Variations
Color information
#FFDCC7 (or 0xFFDCC7) is known color: Karry. HEX triplet: FF, DC and C7. RGB value is (255,220,199). Sum of RGB (Red+Green+Blue) = 255+220+199=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCC7 is #002338. Grayscale: #E4E4E4. Windows color (decimal): -9017 or 13098239. OLE color: 13098239.
HSL color Cylindrical-coordinate representation of color #FFDCC7: hue angle of 22.5º 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 #FFDCC7 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 199 | - |
| CMYK | 0 | 0.14 | 0.22 | 0 |
| HSL | 22.5º | 1% | 0.89% | - |
| HSV(B) | 22.5º | 0.22% | 1% | - |
| XYZ | 77.14 | 76.57 | 64.75 | - |
| YUV | 228.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 199 | 0 | 0.14 | 0.22 | 0 | 22.5 | 1 | 0.89 |
| Hex | FF | DC | C7 | 0 | E | 16 | 0 | 16 | 64 | 59 |
| Octal | 377 | 334 | 307 | 0 | 16 | 26 | 0 | 26 | 144 | 131 |
| Binary | 11111111 | 11011100 | 11000111 | 0 | 1110 | 10110 | 0 | 10110 | 1100100 | 1011001 |
Color Harmonies of #FFDCC7
Complementary color
Monochromatic Colors of #FFDCC7
Black with #FFDCC7
Text Example
Text Example
White with #FFDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCC7; }
p { color: rgb(255,220,199); }
H1.HeaderClassName
{
color: #FFDCC7;
}
.AnyTagClassName
{
color: #FFDCC7;
}
</style>
background-color css
<style>
a { background-color: #FFDCC7; }
a { background-color: rgb(255,220,199); }
div.DivClassName
{
background-color: #FFDCC7;
}
.BgClassName
{
background-color: #FFDCC7;
}
</style>
border-color css
<style>
span { border-color: #FFDCC7; }
span { border-color: rgb(255,220,199); }
td.TdClassName
{
border-color: #FFDCC7;
}
.TagClassName
{
border-color: #FFDCC7;
}
</style>