#DAAFD6

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

Shades of French Lilac #DAAFD6

Tints of French Lilac #DAAFD6

Color information

#DAAFD6 (or 0xDAAFD6) is unknown color: approx French Lilac. HEX triplet: DA, AF and D6. RGB value is (218,175,214). Sum of RGB (Red+Green+Blue) = 218+175+214=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD6 is #255029. Grayscale: #C0C0C0. Windows color (decimal): -2445354 or 14069722. OLE color: 14069722.

HSL color Cylindrical-coordinate representation of color #DAAFD6: hue angle of 305.58º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAFD6 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218175214-
CMYK00.200.020.15
HSL305.58º36.75%77.06%-
HSV(B)305.58º19.72%85.49%-
XYZ56.3850.4270.38-
YUV192.3140.25146.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=35.91%
G=28.83%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817521400.200.020.15305.5836.7577.06
HexDAAFD60142F132254d
Octal33225732602421746245115
Binary1101101010101111110101100101001011111001100101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFD6; }

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

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

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

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

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

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

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

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