Shades of Varden #FFEFD1
Tints of Varden #FFEFD1
RGB
CMYK
RGB Variations
Color information
#FFEFD1 (or 0xFFEFD1) is known color: Varden. HEX triplet: FF, EF and D1. RGB value is (255,239,209). Sum of RGB (Red+Green+Blue) = 255+239+209=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 209 (82.03% from 255 or 29.73% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFD1 is #00102E. Grayscale: #F0F0F0. Windows color (decimal): -4143 or 13758463. OLE color: 13758463.
HSL color Cylindrical-coordinate representation of color #FFEFD1: hue angle of 39.13º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFEFD1 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 209 | - |
| CMYK | 0 | 0.06 | 0.18 | 0 |
| HSL | 39.13º | 1% | 0.91% | - |
| HSV(B) | 39.13º | 0.18% | 1% | - |
| XYZ | 83.62 | 87.6 | 72.82 | - |
| YUV | 240.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 209 | 0 | 0.06 | 0.18 | 0 | 39.13 | 1 | 0.91 |
| Hex | FF | EF | D1 | 0 | 6 | 12 | 0 | 27 | 64 | 5B |
| Octal | 377 | 357 | 321 | 0 | 6 | 22 | 0 | 47 | 144 | 133 |
| Binary | 11111111 | 11101111 | 11010001 | 0 | 110 | 10010 | 0 | 100111 | 1100100 | 1011011 |
Color Harmonies of #FFEFD1
Complementary color
Monochromatic Colors of #FFEFD1
Black with #FFEFD1
Text Example
Text Example
White with #FFEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFD1; }
p { color: rgb(255,239,209); }
H1.HeaderClassName
{
color: #FFEFD1;
}
.AnyTagClassName
{
color: #FFEFD1;
}
</style>
background-color css
<style>
a { background-color: #FFEFD1; }
a { background-color: rgb(255,239,209); }
div.DivClassName
{
background-color: #FFEFD1;
}
.BgClassName
{
background-color: #FFEFD1;
}
</style>
border-color css
<style>
span { border-color: #FFEFD1; }
span { border-color: rgb(255,239,209); }
td.TdClassName
{
border-color: #FFEFD1;
}
.TagClassName
{
border-color: #FFEFD1;
}
</style>