#DAAFD3

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

Shades of French Lilac #DAAFD3

Tints of French Lilac #DAAFD3

Color information

#DAAFD3 (or 0xDAAFD3) is unknown color: approx French Lilac. HEX triplet: DA, AF and D3. RGB value is (218,175,211). Sum of RGB (Red+Green+Blue) = 218+175+211=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFD3 is #25502C. Grayscale: #BFBFBF. Windows color (decimal): -2445357 or 13873114. OLE color: 13873114.

HSL color Cylindrical-coordinate representation of color #DAAFD3: hue angle of 309.77º 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 #DAAFD3 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB218175211-
CMYK00.200.030.15
HSL309.77º36.75%77.06%-
HSV(B)309.77º19.72%85.49%-
XYZ5650.2768.38-
YUV191.96138.75146.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=36.09%
G=28.97%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817521100.200.030.15309.7736.7577.06
HexDAAFD30143F136254d
Octal33225732302431746645115
Binary1101101010101111110100110101001111111001101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFD3; }

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

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

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

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

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

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

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

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