Shades of French Lilac #DDAFDD
Tints of French Lilac #DDAFDD
RGB
CMYK
RGB Variations
Color information
#DDAFDD (or 0xDDAFDD) is known color: French Lilac. HEX triplet: DD, AF and DD. RGB value is (221,175,221). Sum of RGB (Red+Green+Blue) = 221+175+221=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFDD is #225022. Grayscale: #C1C1C1. Windows color (decimal): -2248739 or 14528477. OLE color: 14528477.
HSL color Cylindrical-coordinate representation of color #DDAFDD: hue angle of 300º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFDD is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 175 | 221 | - |
CMYK | 0 | 0.21 | 0 | 0.13 |
HSL | 300º | 0.4% | 0.78% | - |
HSV(B) | 300º | 0.21% | 0.87% | - |
XYZ | 58.2 | 51.25 | 75.23 | - |
YUV | 194 | 143.24 | 147.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 221 | 0 | 0.21 | 0 | 0.13 | 300 | 0.4 | 0.78 |
Hex | DD | AF | DD | 0 | 15 | 0 | D | 12C | 28 | 4E |
Octal | 335 | 257 | 335 | 0 | 25 | 0 | 15 | 454 | 50 | 116 |
Binary | 11011101 | 10101111 | 11011101 | 0 | 10101 | 0 | 1101 | 100101100 | 101000 | 1001110 |
Color Harmonies of #DDAFDD
Complementary color
Monochromatic Colors of #DDAFDD
Black with #DDAFDD
Text Example
Text Example
White with #DDAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFDD; }
p { color: rgb(221,175,221); }
H1.HeaderClassName
{
color: #DDAFDD;
}
.AnyTagClassName
{
color: #DDAFDD;
}
</style>
background-color css
<style>
a { background-color: #DDAFDD; }
a { background-color: rgb(221,175,221); }
div.DivClassName
{
background-color: #DDAFDD;
}
.BgClassName
{
background-color: #DDAFDD;
}
</style>
border-color css
<style>
span { border-color: #DDAFDD; }
span { border-color: rgb(221,175,221); }
td.TdClassName
{
border-color: #DDAFDD;
}
.TagClassName
{
border-color: #DDAFDD;
}
</style>