#DDAFD2

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

Shades of French Lilac #DDAFD2

Tints of French Lilac #DDAFD2

Color information

#DDAFD2 (or 0xDDAFD2) is unknown color: approx French Lilac. HEX triplet: DD, AF and D2. RGB value is (221,175,210). Sum of RGB (Red+Green+Blue) = 221+175+210=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFD2 is #22502D. Grayscale: #C0C0C0. Windows color (decimal): -2248750 or 13807581. OLE color: 13807581.

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

Color convert

RGB221175210-
CMYK00.210.050.13
HSL314.35º40.35%77.65%-
HSV(B)314.35º20.81%86.67%-
XYZ56.7850.6967.76-
YUV192.74137.74148.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 210 (82.42% from 255) = 34.65%
R=36.47%
G=28.88%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117521000.210.050.13314.3540.3577.65
HexDDAFD20155D13a284e
Octal33525732202551547250116
Binary11011101101011111101001001010110111011001110101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFD2; }

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

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

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

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

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

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

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

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