Shades of Vis Vis #FFDD8E
Tints of Vis Vis #FFDD8E
RGB
CMYK
RGB Variations
Color information
#FFDD8E (or 0xFFDD8E) is known color: Vis Vis. HEX triplet: FF, DD and 8E. RGB value is (255,221,142). Sum of RGB (Red+Green+Blue) = 255+221+142=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 142 (55.86% from 255 or 22.98% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD8E is #002271. Grayscale: #DEDEDE. Windows color (decimal): -8818 or 9362943. OLE color: 9362943.
HSL color Cylindrical-coordinate representation of color #FFDD8E: hue angle of 41.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFDD8E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 142 | - |
| CMYK | 0 | 0.13 | 0.44 | 0 |
| HSL | 41.95º | 1% | 0.78% | - |
| HSV(B) | 41.95º | 0.44% | 1% | - |
| XYZ | 71.98 | 74.93 | 36.26 | - |
| YUV | 222.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 142 | 0 | 0.13 | 0.44 | 0 | 41.95 | 1 | 0.78 |
| Hex | FF | DD | 8E | 0 | D | 2C | 0 | 2A | 64 | 4E |
| Octal | 377 | 335 | 216 | 0 | 15 | 54 | 0 | 52 | 144 | 116 |
| Binary | 11111111 | 11011101 | 10001110 | 0 | 1101 | 101100 | 0 | 101010 | 1100100 | 1001110 |
Color Harmonies of #FFDD8E
Complementary color
Monochromatic Colors of #FFDD8E
Black with #FFDD8E
Text Example
Text Example
White with #FFDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD8E; }
p { color: rgb(255,221,142); }
H1.HeaderClassName
{
color: #FFDD8E;
}
.AnyTagClassName
{
color: #FFDD8E;
}
</style>
background-color css
<style>
a { background-color: #FFDD8E; }
a { background-color: rgb(255,221,142); }
div.DivClassName
{
background-color: #FFDD8E;
}
.BgClassName
{
background-color: #FFDD8E;
}
</style>
border-color css
<style>
span { border-color: #FFDD8E; }
span { border-color: rgb(255,221,142); }
td.TdClassName
{
border-color: #FFDD8E;
}
.TagClassName
{
border-color: #FFDD8E;
}
</style>