Shades of Karry #FFDCC2
Tints of Karry #FFDCC2
RGB
CMYK
RGB Variations
Color information
#FFDCC2 (or 0xFFDCC2) is known color: Karry. HEX triplet: FF, DC and C2. RGB value is (255,220,194). Sum of RGB (Red+Green+Blue) = 255+220+194=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCC2 is #00233D. Grayscale: #E3E3E3. Windows color (decimal): -9022 or 12770559. OLE color: 12770559.
HSL color Cylindrical-coordinate representation of color #FFDCC2: hue angle of 25.57º 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 #FFDCC2 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 194 | - |
| CMYK | 0 | 0.14 | 0.24 | 0 |
| HSL | 25.57º | 1% | 0.88% | - |
| HSV(B) | 25.57º | 0.24% | 1% | - |
| XYZ | 76.57 | 76.34 | 61.74 | - |
| YUV | 227.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 194 | 0 | 0.14 | 0.24 | 0 | 25.57 | 1 | 0.88 |
| Hex | FF | DC | C2 | 0 | E | 18 | 0 | 1A | 64 | 58 |
| Octal | 377 | 334 | 302 | 0 | 16 | 30 | 0 | 32 | 144 | 130 |
| Binary | 11111111 | 11011100 | 11000010 | 0 | 1110 | 11000 | 0 | 11010 | 1100100 | 1011000 |
Color Harmonies of #FFDCC2
Complementary color
Monochromatic Colors of #FFDCC2
Black with #FFDCC2
Text Example
Text Example
White with #FFDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCC2; }
p { color: rgb(255,220,194); }
H1.HeaderClassName
{
color: #FFDCC2;
}
.AnyTagClassName
{
color: #FFDCC2;
}
</style>
background-color css
<style>
a { background-color: #FFDCC2; }
a { background-color: rgb(255,220,194); }
div.DivClassName
{
background-color: #FFDCC2;
}
.BgClassName
{
background-color: #FFDCC2;
}
</style>
border-color css
<style>
span { border-color: #FFDCC2; }
span { border-color: rgb(255,220,194); }
td.TdClassName
{
border-color: #FFDCC2;
}
.TagClassName
{
border-color: #FFDCC2;
}
</style>