#DDAFDA

Color #DDAFDA French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DDAFDA

Tints of French Lilac #DDAFDA

Color information

#DDAFDA (or 0xDDAFDA) is unknown color: approx French Lilac. HEX triplet: DD, AF and DA. RGB value is (221,175,218). Sum of RGB (Red+Green+Blue) = 221+175+218=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFDA is #225025. Grayscale: #C1C1C1. Windows color (decimal): -2248742 or 14331869. OLE color: 14331869.

HSL color Cylindrical-coordinate representation of color #DDAFDA: hue angle of 303.91º 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 #DDAFDA is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221175218-
CMYK00.210.010.13
HSL303.91º40.35%77.65%-
HSV(B)303.91º20.81%86.67%-
XYZ57.851.0973.15-
YUV193.66141.74147.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=35.99%
G=28.50%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117521800.210.010.13303.9140.3577.65
HexDDAFDA0151D130284e
Octal33525733202511546050116
Binary110111011010111111011010010101111011001100001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFDA; }

 p { color: rgb(221,175,218); }

 H1.HeaderClassName
 {
   color: #DDAFDA;
 }
 .AnyTagClassName
 {
   color: #DDAFDA;
 }
</style>
background-color css

<style>
 a { background-color: #DDAFDA; }

 a { background-color: rgb(221,175,218); }

 div.DivClassName
 {
   background-color: #DDAFDA;
 }
 .BgClassName
 {
   background-color: #DDAFDA;
 }
</style>
border-color css

<style>
 span { border-color: #DDAFDA; }

 span { border-color: rgb(221,175,218); }

 td.TdClassName
 {
   border-color: #DDAFDA;
 }
 .TagClassName
 {
   border-color: #DDAFDA;
 }
</style>