Shades of Lavender #DDDFFF
Tints of Lavender #DDDFFF
RGB
CMYK
RGB Variations
Color information
#DDDFFF (or 0xDDDFFF) is known color: Lavender. HEX triplet: DD, DF and FF. RGB value is (221,223,255). Sum of RGB (Red+Green+Blue) = 221+223+255=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFFF is #222000. Grayscale: #E1E1E1. Windows color (decimal): -2236417 or 16768989. OLE color: 16768989.
HSL color Cylindrical-coordinate representation of color #DDDFFF: hue angle of 236.47º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDFFF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 223 | 255 | - |
CMYK | 0.13 | 0.13 | 0 | 0 |
HSL | 236.47º | 1% | 0.93% | - |
HSV(B) | 236.47º | 0.13% | 1% | - |
XYZ | 74.26 | 75.37 | 105.24 | - |
YUV | 226.05 | 144.34 | 124.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 255 | 0.13 | 0.13 | 0 | 0 | 236.47 | 1 | 0.93 |
Hex | DD | DF | FF | D | D | 0 | 0 | EC | 64 | 5D |
Octal | 335 | 337 | 377 | 15 | 15 | 0 | 0 | 354 | 144 | 135 |
Binary | 11011101 | 11011111 | 11111111 | 1101 | 1101 | 0 | 0 | 11101100 | 1100100 | 1011101 |
Color Harmonies of #DDDFFF
Complementary color
Monochromatic Colors of #DDDFFF
Black with #DDDFFF
Text Example
Text Example
White with #DDDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFFF; }
p { color: rgb(221,223,255); }
H1.HeaderClassName
{
color: #DDDFFF;
}
.AnyTagClassName
{
color: #DDDFFF;
}
</style>
background-color css
<style>
a { background-color: #DDDFFF; }
a { background-color: rgb(221,223,255); }
div.DivClassName
{
background-color: #DDDFFF;
}
.BgClassName
{
background-color: #DDDFFF;
}
</style>
border-color css
<style>
span { border-color: #DDDFFF; }
span { border-color: rgb(221,223,255); }
td.TdClassName
{
border-color: #DDDFFF;
}
.TagClassName
{
border-color: #DDDFFF;
}
</style>