Shades of Varden #FFEFCF
Tints of Varden #FFEFCF
RGB
CMYK
RGB Variations
Color information
#FFEFCF (or 0xFFEFCF) is known color: Varden. HEX triplet: FF, EF and CF. RGB value is (255,239,207). Sum of RGB (Red+Green+Blue) = 255+239+207=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 207 (81.25% from 255 or 29.53% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFCF is #001030. Grayscale: #F0F0F0. Windows color (decimal): -4145 or 13627391. OLE color: 13627391.
HSL color Cylindrical-coordinate representation of color #FFEFCF: hue angle of 40º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFEFCF is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 207 | - |
| CMYK | 0 | 0.06 | 0.19 | 0 |
| HSL | 40º | 1% | 0.91% | - |
| HSV(B) | 40º | 0.19% | 1% | - |
| XYZ | 83.37 | 87.5 | 71.53 | - |
| YUV | 240.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 207 | 0 | 0.06 | 0.19 | 0 | 40 | 1 | 0.91 |
| Hex | FF | EF | CF | 0 | 6 | 13 | 0 | 28 | 64 | 5B |
| Octal | 377 | 357 | 317 | 0 | 6 | 23 | 0 | 50 | 144 | 133 |
| Binary | 11111111 | 11101111 | 11001111 | 0 | 110 | 10011 | 0 | 101000 | 1100100 | 1011011 |
Color Harmonies of #FFEFCF
Complementary color
Monochromatic Colors of #FFEFCF
Black with #FFEFCF
Text Example
Text Example
White with #FFEFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFCF; }
p { color: rgb(255,239,207); }
H1.HeaderClassName
{
color: #FFEFCF;
}
.AnyTagClassName
{
color: #FFEFCF;
}
</style>
background-color css
<style>
a { background-color: #FFEFCF; }
a { background-color: rgb(255,239,207); }
div.DivClassName
{
background-color: #FFEFCF;
}
.BgClassName
{
background-color: #FFEFCF;
}
</style>
border-color css
<style>
span { border-color: #FFEFCF; }
span { border-color: rgb(255,239,207); }
td.TdClassName
{
border-color: #FFEFCF;
}
.TagClassName
{
border-color: #FFEFCF;
}
</style>