Shades of Lavender #DFDFFE
Tints of Lavender #DFDFFE
RGB
CMYK
RGB Variations
Color information
#DFDFFE (or 0xDFDFFE) is known color: Lavender. HEX triplet: DF, DF and FE. RGB value is (223,223,254). Sum of RGB (Red+Green+Blue) = 223+223+254=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFFE is #202001. Grayscale: #E2E2E2. Windows color (decimal): -2105346 or 16703455. OLE color: 16703455.
HSL color Cylindrical-coordinate representation of color #DFDFFE: hue angle of 240º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDFFE is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 223 | 223 | 254 | - |
CMYK | 0.12 | 0.12 | 0 | 0.00 |
HSL | 240º | 0.94% | 0.94% | - |
HSV(B) | 240º | 0.12% | 1% | - |
XYZ | 74.71 | 75.62 | 104.42 | - |
YUV | 226.53 | 143.5 | 125.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 254 | 0.12 | 0.12 | 0 | 0.00 | 240 | 0.94 | 0.94 |
Hex | DF | DF | FE | C | C | 0 | 0 | F0 | 5E | 5E |
Octal | 337 | 337 | 376 | 14 | 14 | 0 | 0 | 360 | 136 | 136 |
Binary | 11011111 | 11011111 | 11111110 | 1100 | 1100 | 0 | 0 | 11110000 | 1011110 | 1011110 |
Color Harmonies of #DFDFFE
Complementary color
Monochromatic Colors of #DFDFFE
Black with #DFDFFE
Text Example
Text Example
White with #DFDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFFE; }
p { color: rgb(223,223,254); }
H1.HeaderClassName
{
color: #DFDFFE;
}
.AnyTagClassName
{
color: #DFDFFE;
}
</style>
background-color css
<style>
a { background-color: #DFDFFE; }
a { background-color: rgb(223,223,254); }
div.DivClassName
{
background-color: #DFDFFE;
}
.BgClassName
{
background-color: #DFDFFE;
}
</style>
border-color css
<style>
span { border-color: #DFDFFE; }
span { border-color: rgb(223,223,254); }
td.TdClassName
{
border-color: #DFDFFE;
}
.TagClassName
{
border-color: #DFDFFE;
}
</style>