Shades of Varden #FFEFD2
Tints of Varden #FFEFD2
RGB
CMYK
RGB Variations
Color information
#FFEFD2 (or 0xFFEFD2) is known color: Varden. HEX triplet: FF, EF and D2. RGB value is (255,239,210). Sum of RGB (Red+Green+Blue) = 255+239+210=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 210 (82.42% from 255 or 29.83% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFD2 is #00102D. Grayscale: #F0F0F0. Windows color (decimal): -4142 or 13823999. OLE color: 13823999.
HSL color Cylindrical-coordinate representation of color #FFEFD2: hue angle of 38.67º 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 #FFEFD2 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 210 | - |
| CMYK | 0 | 0.06 | 0.18 | 0 |
| HSL | 38.67º | 1% | 0.91% | - |
| HSV(B) | 38.67º | 0.18% | 1% | - |
| XYZ | 83.74 | 87.65 | 73.48 | - |
| YUV | 240.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 210 | 0 | 0.06 | 0.18 | 0 | 38.67 | 1 | 0.91 |
| Hex | FF | EF | D2 | 0 | 6 | 12 | 0 | 27 | 64 | 5B |
| Octal | 377 | 357 | 322 | 0 | 6 | 22 | 0 | 47 | 144 | 133 |
| Binary | 11111111 | 11101111 | 11010010 | 0 | 110 | 10010 | 0 | 100111 | 1100100 | 1011011 |
Color Harmonies of #FFEFD2
Complementary color
Monochromatic Colors of #FFEFD2
Black with #FFEFD2
Text Example
Text Example
White with #FFEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFD2; }
p { color: rgb(255,239,210); }
H1.HeaderClassName
{
color: #FFEFD2;
}
.AnyTagClassName
{
color: #FFEFD2;
}
</style>
background-color css
<style>
a { background-color: #FFEFD2; }
a { background-color: rgb(255,239,210); }
div.DivClassName
{
background-color: #FFEFD2;
}
.BgClassName
{
background-color: #FFEFD2;
}
</style>
border-color css
<style>
span { border-color: #FFEFD2; }
span { border-color: rgb(255,239,210); }
td.TdClassName
{
border-color: #FFEFD2;
}
.TagClassName
{
border-color: #FFEFD2;
}
</style>