Shades of Lavender Blush #FFDFF7
Tints of Lavender Blush #FFDFF7
RGB
CMYK
RGB Variations
Color information
#FFDFF7 (or 0xFFDFF7) is known color: Lavender Blush. HEX triplet: FF, DF and F7. RGB value is (255,223,247). Sum of RGB (Red+Green+Blue) = 255+223+247=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 223 (87.5% from 255 or 30.76% from 725); Blue value is 247 (96.88% from 255 or 34.07% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF7 is #002008. Grayscale: #EBEBEB. Windows color (decimal): -8201 or 16244735. OLE color: 16244735.
HSL color Cylindrical-coordinate representation of color #FFDFF7: hue angle of 315º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFF7 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 247 | - |
CMYK | 0 | 0.13 | 0.03 | 0 |
HSL | 315º | 1% | 0.94% | - |
HSV(B) | 315º | 0.13% | 1% | - |
XYZ | 84.42 | 80.75 | 99.13 | - |
YUV | 235.3 | 134.6 | 142.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 247 | 0 | 0.13 | 0.03 | 0 | 315 | 1 | 0.94 |
Hex | FF | DF | F7 | 0 | D | 3 | 0 | 13B | 64 | 5E |
Octal | 377 | 337 | 367 | 0 | 15 | 3 | 0 | 473 | 144 | 136 |
Binary | 11111111 | 11011111 | 11110111 | 0 | 1101 | 11 | 0 | 100111011 | 1100100 | 1011110 |
Color Harmonies of #FFDFF7
Complementary color
Monochromatic Colors of #FFDFF7
Black with #FFDFF7
Text Example
Text Example
White with #FFDFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFF7; }
p { color: rgb(255,223,247); }
H1.HeaderClassName
{
color: #FFDFF7;
}
.AnyTagClassName
{
color: #FFDFF7;
}
</style>
background-color css
<style>
a { background-color: #FFDFF7; }
a { background-color: rgb(255,223,247); }
div.DivClassName
{
background-color: #FFDFF7;
}
.BgClassName
{
background-color: #FFDFF7;
}
</style>
border-color css
<style>
span { border-color: #FFDFF7; }
span { border-color: rgb(255,223,247); }
td.TdClassName
{
border-color: #FFDFF7;
}
.TagClassName
{
border-color: #FFDFF7;
}
</style>