Shades of French Lilac #DDAFCF
Tints of French Lilac #DDAFCF
RGB
CMYK
RGB Variations
Color information
#DDAFCF (or 0xDDAFCF) is known color: French Lilac. HEX triplet: DD, AF and CF. RGB value is (221,175,207). Sum of RGB (Red+Green+Blue) = 221+175+207=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFCF is #225030. Grayscale: #C0C0C0. Windows color (decimal): -2248753 or 13610973. OLE color: 13610973.
HSL color Cylindrical-coordinate representation of color #DDAFCF: hue angle of 318.26º 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 #DDAFCF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 175 | 207 | - |
CMYK | 0 | 0.21 | 0.06 | 0.13 |
HSL | 318.26º | 0.4% | 0.78% | - |
HSV(B) | 318.26º | 0.21% | 0.87% | - |
XYZ | 56.41 | 50.54 | 65.81 | - |
YUV | 192.4 | 136.24 | 148.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 207 | 0 | 0.21 | 0.06 | 0.13 | 318.26 | 0.4 | 0.78 |
Hex | DD | AF | CF | 0 | 15 | 6 | D | 13E | 28 | 4E |
Octal | 335 | 257 | 317 | 0 | 25 | 6 | 15 | 476 | 50 | 116 |
Binary | 11011101 | 10101111 | 11001111 | 0 | 10101 | 110 | 1101 | 100111110 | 101000 | 1001110 |
Color Harmonies of #DDAFCF
Complementary color
Monochromatic Colors of #DDAFCF
Black with #DDAFCF
Text Example
Text Example
White with #DDAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFCF; }
p { color: rgb(221,175,207); }
H1.HeaderClassName
{
color: #DDAFCF;
}
.AnyTagClassName
{
color: #DDAFCF;
}
</style>
background-color css
<style>
a { background-color: #DDAFCF; }
a { background-color: rgb(221,175,207); }
div.DivClassName
{
background-color: #DDAFCF;
}
.BgClassName
{
background-color: #DDAFCF;
}
</style>
border-color css
<style>
span { border-color: #DDAFCF; }
span { border-color: rgb(221,175,207); }
td.TdClassName
{
border-color: #DDAFCF;
}
.TagClassName
{
border-color: #DDAFCF;
}
</style>